|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- .hor_line{
- width: 100%;
- height: 14px;
- background-color: #F4F4F4;
- }
- .form-control{
- font-size: 18px;
- font-family: 仿宋;
- background-color: #ffffff
- }
- .form-control[readonly] {
- background-color: #ffffff
- }
- .control-label{
- font-size: 20px;
- }
- .daj_head{
- width: 100%;
- text-align: center;
- margin: 20px 0;
- }
- .daj_head h1{
- color: black;
- }
- .daj_middle {
- width: 100%;
- margin-top: 20px;
- }
- .daj_left {
- float: left;
- width: 20%;
- }
- .daj_right {
- float: left;
- width: 66%;
- margin-left: 84px;
- }
- .daj_left_two{
- float: left;
- width: calc(11% - 6px);
- }
- .daj_right_two {
- float: left;
- width: calc(82% - 4px);
- margin-left: 83px;
- }
- .daj_left_three{
- float: left;
- width: 31%;
- }
- .daj_right_three {
- float: left;
- width: 48%;
- margin-left: 82px;
- }
- .daj_middle .daj_frame{
- border: 1px solid #d7dff2;
- height: 32px;
- border-radius: 0;
- margin-top: 5px;
- }
- .fj_btn{
- background-color: #FFFFFF;
- height: 39px;
- width: 121px;
- float: left;
- margin-right: 8px;
- border: 1px solid #FFFFFF;
- background-image: url(../../img/use/scfj.png)
- }
- .fj_box1{
- height: 47px;
- border: 1px solid #d7dff2;
- }
- .black_line{
- width: 100%;
- border: 1px solid #000000;
- margin-top: 20px;
- }
- .half_cut{
- float: left;
- width: 50%;
- }
- .wind_up{
- margin-top: 40px;
- }
- .specialSign{
- position: relative;
- top: -4px;
- vertical-align: top;
- color: #ff0000;
- }
-
- .float-left{
- float: left;
- }
- .float-right{
- float: right;
- }
- .form-label{
- text-align: left;
- float: left;
- font-size: 20px;
- }
- #table-show tr td{
- border: none;
- }
- .width-30{
- width: 30%;
- font-size: 18px;
- color: #0042a4;
- }
- .width-8{
- width: 8%;
- font-size: 16px;
- color: #999999;
- }
- .width-20{
- width: 20%;
- font-size: 16px;
- color: #999999;
- }
- .opinionTable {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- }
- .table-row {
- width: 25%;
- box-sizing: border-box;
- padding: 5px;
- }
- .float-right{
- float: right;
- }
- .input-container {
- position: relative;
- }
- #departmentsContainer {
- position: absolute;
- top: 10px;
- left: 0;
- display: flex;
- align-items: center;
- overflow: hidden;
- white-space: nowrap;
- padding-left: 5px;
- height: 22px;
- }
- .department-block {
- color: #fff;
- background: #1AB394;
- border: 1px solid #1AB394;
- border-radius: 4px;
- margin-right: 5px;
- padding: 2px 5px;
- display: flex;
- height: 100%;
- align-items: center;
- }
- .moveRadian{
- border-radius: 0!important;
- }
- .forceColor{
- background-color: #ffffff!important;
- }
- .yjTable th,.yjTable td{
- font-size: 18px;
- font-weight: normal;
- padding: 10px 0;
- }
- .zwColor{
- color: blue;
- }
- .radio-box{
- padding-top: 4px;
- }
- .mainText{
- padding: 3px 10px;
- }
- /*-----弹性居中对齐-----*/
- .flexLayout{
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .select-list li .searchTag{
- width:275px;
- height: 36px;
- border: 2px solid #cad0d9;
- font-size: 16px;
- background: #fff url(../../img/sousuo.png) no-repeat 95% center;
- }
|