123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- input{
- padding:0 8px;
- }
- .followup_content{
- max-width:950px;
- margin:0 auto;
- font-size:14px;
- }
- .flexContent{
- display: flex;
- display: -webkit-flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .flexAround{
- justify-content: space-around;
- }
- .flexBetween{
- justify-content: space-between;
- }
- .right{
- justify-content: flex-end;
- }
- .followup_label{
- font-weight:normal;
- margin-bottom:0;
- letter-spacing: 1px;
- }
- .flex_1{
- flex:1;
- }
- .flex_2{
- flex:2;
- }
- .center{
- text-align:center;
- justify-content: center;
- }
- .form-line{
- margin:10px 0;
- }
- .followup_input{
- font-size:14px;
- height:34px;
- line-height: 34px;
- border-radius:0;
- border: 1px solid #8c8d8f;
- }
- /* 带边框的表格 */
- .borderBox{
- width:100%;
- border:1px solid #8c8d8f;
- margin:25px 0;
- padding:10px;
- position: relative;
- }
- .borderTitle{
- position: absolute;
- display: inline-block;
- font-size: 15px;
- top:-10px;
- left:10px;
- padding:0 8px;
- background:#fff;
- letter-spacing: 2px;
- }
- .w-180{
- width:180px;
- }
- .w-120{
- width:120px;
- }
- .w-150{
- width:150px;
- }
- .w-70{
- min-width:70px;
- }
- .w-45{
- width:45px;
- }
- .w-50{
- width:50px;
- }
- .w-80{
- width:80px;
- }
- .w-90{
- width:90px;
- }
- .w-100{
- width:100px;
- }
- .w-110{
- width:110px;
- }
- .w-130{
- width:130px;
- }
- .w-200{
- width:200px;
- }
- .w-250{
- width:250px;
- }
- .w-558{
- width:558px;
- }
- .w-450{
- width:450px;
- }
- .w-20_{
- width:20%;
- }
- .w-15_{
- width:15%;
- }
- .w-10_{
- width:10%;
- }
- .marginr-8{
- margin-right:8px;
- }
- .marginr-15{
- margin-right:15px;
- }
- .margintb-8{
- margin:8px 0
- }
- .margintb-15{
- margin:15px 0
- }
- .el-input__inner{
- border-radius:0 !important;height:34px !important;line-height:34px !important;
- border: 1px solid #8c8d8f !important;
- padding:0 auto !important;
-
- }
- .el-select .el-input__inner{
- padding:0 8px !important;
- }
- .el-input__inner:-moz-placeholder, .followup_input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 适配火狐 */
- color: #999 !important;
- }
- .el-input__inner::-webkit-input-placeholder,.followup_input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
- color: #999 !important;
- }
- .el-input__inner::-moz-placeholder,.followup_input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
- color: #999 !important;
- }
- .el-input__inner:-ms-input-placeholder, .followup_input:-ms-input-placeholder{ /* Internet Explorer 10+ 适配ie*/
- color: #999 !important;
- }
- .color666{
- color:#666;
- }
- .color777{
- color:#777;
- }
- .color888{
- color:#888;
- }
- .el-input__icon{
- color:#888;
- }
- .plr-8{
- padding:0 8px;
- }
- .f-13{
- font-size:13px;
- }
- .f-18{
- font-size:18px;
- }
- .el-radio{
- margin-bottom:0 !important;
- }
- .inlineBlock{
- display: inline-block;
- }
- .letterPace1{
- letter-spacing: 1px;
- margin:3px 0;
- line-height: 28px;
- }
- .mtb20{
- margin: 20px 0;
- }
- .el-icon-date{
- height:34px !important;
- line-height:34px !important;
- }
|