123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- [v-cloak]{display: none;}
- .red{color: red !important;}
- .hide{display: none;}
- img {
- border: 0;
- font-size: 0;
- vertical-align: top;
- }
- .c-btn, .c-btn-full, .c-btn-large, .c-btn-big, .c-btn-small, .c-btn-tiny, .c-btn-screenful, .c-btn-icon, .c-btn-label, .c-btn-label-l, .c-btn-label-r {
- display: inline-block;
- vertical-align: baseline;
- outline: none;
- cursor: pointer;
- border: 0;
- background: none;
- text-align: center;
- text-decoration: none;
- padding: 12px 34px;
- color: #fff;
- position: relative;
- font: 14px/1 \5FAE\8F6F\96C5\9ED1,tahoma,arial,\5b8b\4f53;
- line-height: normal !important;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- }
- .c-btn-12b7f5 {
- background-color: #12b7f5;
- color: #ffffff;
- }
- .c-btn-f96565 {
- background-color: #f96565;
- }
- .c-12b7f5 {
- color: #12b7f5;
- }
- .flex {
- display: -webkit-flex;
- display: -webkit-box;
- display: flex;
- }
- .f_g_1 {
- -webkit-flex-grow: 1;
- -webkit-box-flex: 1;
- flex-grow: 1;
- }
- .f_s_0 {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- }
- .newPlan{
- background: #ffffff;
- height: calc(100% - 0px);
- }
- .newPlan .listDo .f_s_0{
- height: 28px;line-height: 28px;cursor: pointer;
- }
- .newPlan .listDo .f_s_0:hover{
- color:#12B7F5;
- }
- .el-form .el-button {
- border-radius: 2px;
- min-width: 80px;
- padding: 0 12px;
- width: 90px;
- height: 34px;
- }
- .el-form .el-form-item .el-input__inner{
- border-radius: 2px;
- height: 28px;
- line-height: 28px;
- }
- .el-form .el-form-item .el-form-item__label {
- font-weight: normal;
- line-height: 28px;
- margin-bottom: 0;
- }
- .el-form-item__content {
- line-height: 28px;
- position: relative;
- font-size: 14px;
- }
- .el-input__icon{
- line-height: 28px;
- }
- .pt7{
- padding-top: 7px;
- }
- #div_items {
- position:absolute;;
- top:198px;
- left: 119px;
- width: 220px;
- height: 170px;
- border: 1px solid #DCDFE6;
- border-top: 0px;
- overflow: auto;
- z-index: 1000;
- border-radius:2%;
- background-color: #fff;
- display: none;
- }
- .div_item{
- padding: 5px;
- padding-left: 11px;
- }
|