|
|
@ -1,6 +1,5 @@ |
|
|
|
// 媒体查询,适配大于2000px分辨率的大屏样式 |
|
|
|
// 媒体查询,适配大于2000px分辨率的大屏样式-element样式 |
|
|
|
@media (min-width: 2000px) { |
|
|
|
@media (min-width: 2000px) { |
|
|
|
// element样式 |
|
|
|
|
|
|
|
.el-tabs--top .el-tabs__item.is-top:nth-child(2), |
|
|
|
.el-tabs--top .el-tabs__item.is-top:nth-child(2), |
|
|
|
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2), |
|
|
|
.el-tabs--top .el-tabs__item.is-bottom:nth-child(2), |
|
|
|
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2), |
|
|
|
.el-tabs--bottom .el-tabs__item.is-top:nth-child(2), |
|
|
@ -144,6 +143,15 @@ |
|
|
|
.el-range-editor--medium .el-range__close-icon { |
|
|
|
.el-range-editor--medium .el-range__close-icon { |
|
|
|
line-height: 0.28rem !important; |
|
|
|
line-height: 0.28rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-range-editor--small.el-input__inner { |
|
|
|
|
|
|
|
height: 0.32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-range-editor--small .el-range-input { |
|
|
|
|
|
|
|
font-size: 0.13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-tag--mini .el-icon-close { |
|
|
|
|
|
|
|
margin-left: -0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-date-editor .el-range__icon { |
|
|
|
.el-date-editor .el-range__icon { |
|
|
|
font-size: 0.14rem !important; |
|
|
|
font-size: 0.14rem !important; |
|
|
|
margin-left: -0.05rem !important; |
|
|
|
margin-left: -0.05rem !important; |
|
|
@ -151,7 +159,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.el-input__icon { |
|
|
|
.el-input__icon { |
|
|
|
width: 0.25rem !important; |
|
|
|
width: 0.25rem !important; |
|
|
|
line-height: 0.4rem !important; |
|
|
|
line-height: 0.32rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-range-editor--medium .el-range-input { |
|
|
|
.el-range-editor--medium .el-range-input { |
|
|
|
font-size: 0.14rem !important; |
|
|
|
font-size: 0.14rem !important; |
|
|
@ -183,7 +191,10 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
.el-picker-panel, |
|
|
|
.el-picker-panel, |
|
|
|
.el-date-range-picker .el-picker-panel__body { |
|
|
|
.el-date-range-picker .el-picker-panel__body { |
|
|
|
min-width: 5.13rem !important; |
|
|
|
// min-width: 5.13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-picker { |
|
|
|
|
|
|
|
width: 3.22rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-date-range-picker__time-header { |
|
|
|
.el-date-range-picker__time-header { |
|
|
|
font-size: 0.12rem !important; |
|
|
|
font-size: 0.12rem !important; |
|
|
@ -192,6 +203,29 @@ |
|
|
|
.el-date-range-picker__time-picker-wrap { |
|
|
|
.el-date-range-picker__time-picker-wrap { |
|
|
|
padding: 0 0.05rem !important; |
|
|
|
padding: 0 0.05rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-date-range-picker .el-picker-panel__body { |
|
|
|
|
|
|
|
min-width: 5.13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-range-picker { |
|
|
|
|
|
|
|
width: 6.46rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-editor--daterange.el-input, |
|
|
|
|
|
|
|
.el-date-editor--daterange.el-input__inner, |
|
|
|
|
|
|
|
.el-date-editor--timerange.el-input, |
|
|
|
|
|
|
|
.el-date-editor--timerange.el-input__inner { |
|
|
|
|
|
|
|
width: 3.5rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-editor--monthrange.el-input, |
|
|
|
|
|
|
|
.el-date-editor--monthrange.el-input__inner { |
|
|
|
|
|
|
|
width: 3rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-editor.el-input, |
|
|
|
|
|
|
|
.el-date-editor.el-input__inner { |
|
|
|
|
|
|
|
width: 2.2rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-year-table td { |
|
|
|
|
|
|
|
padding: 0.2rem 0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-input--small { |
|
|
|
.el-input--small { |
|
|
|
font-size: 0.13rem !important; |
|
|
|
font-size: 0.13rem !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -224,6 +258,31 @@ |
|
|
|
height: 0.24rem !important; |
|
|
|
height: 0.24rem !important; |
|
|
|
line-height: 0.24rem !important; |
|
|
|
line-height: 0.24rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-year-table td .cell { |
|
|
|
|
|
|
|
width: 0.48rem !important; |
|
|
|
|
|
|
|
height: 0.32rem !important; |
|
|
|
|
|
|
|
line-height: 0.32rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-year-table { |
|
|
|
|
|
|
|
font-size: 0.12rem !important; |
|
|
|
|
|
|
|
margin: -0.01rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-select-dropdown { |
|
|
|
|
|
|
|
margin: 0.05rem 0 !important; |
|
|
|
|
|
|
|
border-radius: 0.04rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-select-dropdown__wrap, |
|
|
|
|
|
|
|
.el-scrollbar__wrap { |
|
|
|
|
|
|
|
margin-bottom: -0.1rem !important; |
|
|
|
|
|
|
|
margin-right: -0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after { |
|
|
|
|
|
|
|
right: 0.2rem !important; |
|
|
|
|
|
|
|
font-size: 0.12rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-select-dropdown__wrap { |
|
|
|
|
|
|
|
max-height: 2.74rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-date-table td.start-date div { |
|
|
|
.el-date-table td.start-date div { |
|
|
|
margin-left: 0.05rem !important; |
|
|
|
margin-left: 0.05rem !important; |
|
|
|
border-top-left-radius: 0.15rem !important; |
|
|
|
border-top-left-radius: 0.15rem !important; |
|
|
@ -242,6 +301,13 @@ |
|
|
|
padding: 0.04rem 0 !important; |
|
|
|
padding: 0.04rem 0 !important; |
|
|
|
position: relative; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-pager li { |
|
|
|
|
|
|
|
padding: 0 0.04rem !important; |
|
|
|
|
|
|
|
font-size: 0.13rem !important; |
|
|
|
|
|
|
|
min-width: 0.355rem !important; |
|
|
|
|
|
|
|
height: 0.28rem !important; |
|
|
|
|
|
|
|
line-height: 0.28rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-picker-panel__footer { |
|
|
|
.el-picker-panel__footer { |
|
|
|
padding: 0.04rem !important; |
|
|
|
padding: 0.04rem !important; |
|
|
|
} |
|
|
|
} |
|
|
@ -273,7 +339,7 @@ |
|
|
|
line-height: 0.36rem !important; |
|
|
|
line-height: 0.36rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-input--suffix .el-input__inner { |
|
|
|
.el-input--suffix .el-input__inner { |
|
|
|
padding-right: 0.3rem !important; |
|
|
|
padding: 0 0.3rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-input--medium { |
|
|
|
.el-input--medium { |
|
|
|
font-size: 0.14rem !important; |
|
|
|
font-size: 0.14rem !important; |
|
|
@ -293,6 +359,7 @@ |
|
|
|
width: 0.16rem !important; |
|
|
|
width: 0.16rem !important; |
|
|
|
line-height: 0.16rem !important; |
|
|
|
line-height: 0.16rem !important; |
|
|
|
right: 0rem !important; |
|
|
|
right: 0rem !important; |
|
|
|
|
|
|
|
top: -0.01rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-tag--small { |
|
|
|
.el-tag--small { |
|
|
|
height: 0.24rem !important; |
|
|
|
height: 0.24rem !important; |
|
|
@ -320,7 +387,7 @@ |
|
|
|
font-size: 0.14rem !important; |
|
|
|
font-size: 0.14rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-table--medium .el-table__cell { |
|
|
|
.el-table--medium .el-table__cell { |
|
|
|
padding: 10px 0; |
|
|
|
padding: 0.01rem 0 !important; |
|
|
|
} |
|
|
|
} |
|
|
|
.el-table .cell { |
|
|
|
.el-table .cell { |
|
|
|
line-height: 0.23rem !important; |
|
|
|
line-height: 0.23rem !important; |
|
|
@ -358,6 +425,9 @@ |
|
|
|
height: 0.28rem !important; |
|
|
|
height: 0.28rem !important; |
|
|
|
line-height: 0.28rem !important; |
|
|
|
line-height: 0.28rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-tree-node__label { |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-pagination.is-background .btn-prev, |
|
|
|
.el-pagination.is-background .btn-prev, |
|
|
|
.el-pagination.is-background .btn-next, |
|
|
|
.el-pagination.is-background .btn-next, |
|
|
|
.el-pagination.is-background .el-pager li { |
|
|
|
.el-pagination.is-background .el-pager li { |
|
|
@ -365,6 +435,12 @@ |
|
|
|
min-width: 0.3rem !important; |
|
|
|
min-width: 0.3rem !important; |
|
|
|
border-radius: 0.02rem !important; |
|
|
|
border-radius: 0.02rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.pagination-container { |
|
|
|
|
|
|
|
padding: 0.32rem 0.16rem !important; |
|
|
|
|
|
|
|
height: 0.32rem !important; |
|
|
|
|
|
|
|
margin-bottom: 0.1rem !important; |
|
|
|
|
|
|
|
margin-top: 0.15rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
.el-pagination .btn-prev .el-icon, |
|
|
|
.el-pagination .btn-prev .el-icon, |
|
|
|
.el-pagination .btn-next .el-icon { |
|
|
|
.el-pagination .btn-next .el-icon { |
|
|
|
font-size: 0.12rem !important; |
|
|
|
font-size: 0.12rem !important; |
|
|
@ -400,7 +476,168 @@ |
|
|
|
font-size: 0.14rem !important; |
|
|
|
font-size: 0.14rem !important; |
|
|
|
padding-right: 0.08rem !important; |
|
|
|
padding-right: 0.08rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item--small .el-form-item__label { |
|
|
|
|
|
|
|
line-height: 0.4rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item__label { |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-picker__header-label { |
|
|
|
|
|
|
|
font-size: 0.16rem !important; |
|
|
|
|
|
|
|
padding: 0 0.05rem !important; |
|
|
|
|
|
|
|
line-height: 0.22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-month-table td .cell { |
|
|
|
|
|
|
|
width: 0.6rem !important; |
|
|
|
|
|
|
|
height: 0.36rem !important; |
|
|
|
|
|
|
|
line-height: 0.36rem !important; |
|
|
|
|
|
|
|
border-radius: 0.18rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-month-table { |
|
|
|
|
|
|
|
font-size: 0.12rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-month-table td { |
|
|
|
|
|
|
|
padding: 0.08rem 0px !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.mb8 { |
|
|
|
|
|
|
|
margin-bottom: 0.08rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-month-table td div { |
|
|
|
|
|
|
|
height: 0.48rem !important; |
|
|
|
|
|
|
|
padding: 0.06rem 0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-date-picker .el-picker-panel__content { |
|
|
|
|
|
|
|
width: 2.92rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-panel { |
|
|
|
|
|
|
|
border-radius: 0.04rem !important; |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-menu { |
|
|
|
|
|
|
|
min-width: 1.8rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-menu__wrap { |
|
|
|
|
|
|
|
height: 2.04rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-menu__list { |
|
|
|
|
|
|
|
padding: 0.06rem 0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-node { |
|
|
|
|
|
|
|
padding: 0 0.3rem 0 0.2rem !important; |
|
|
|
|
|
|
|
height: 0.34rem !important; |
|
|
|
|
|
|
|
line-height: 0.34rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox { |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
margin-right: 0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-cascader-node__label { |
|
|
|
|
|
|
|
padding: 0 0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox__inner { |
|
|
|
|
|
|
|
border-radius: 0.02rem !important; |
|
|
|
|
|
|
|
width: 0.14rem !important; |
|
|
|
|
|
|
|
height: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox__inner::after { |
|
|
|
|
|
|
|
height: 0.07rem !important; |
|
|
|
|
|
|
|
left: 0.04rem !important; |
|
|
|
|
|
|
|
top: 0.01rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox__inner::after { |
|
|
|
|
|
|
|
height: 0.07rem !important; |
|
|
|
|
|
|
|
left: 0.04rem !important; |
|
|
|
|
|
|
|
top: 0.01rem !important; |
|
|
|
|
|
|
|
width: 0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before { |
|
|
|
|
|
|
|
height: 0.02rem !important; |
|
|
|
|
|
|
|
top: 0.05rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog { |
|
|
|
|
|
|
|
border-radius: 0.1rem !important; |
|
|
|
|
|
|
|
border: 0.02rem solid #005fbf !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__body { |
|
|
|
|
|
|
|
padding: 0.3rem 0.2rem !important; |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item { |
|
|
|
|
|
|
|
margin-bottom: 0.22rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__title { |
|
|
|
|
|
|
|
width: 2.84rem !important; |
|
|
|
|
|
|
|
height: 0.45rem !important; |
|
|
|
|
|
|
|
font-size: 0.2rem !important; |
|
|
|
|
|
|
|
line-height: 0.25rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__footer { |
|
|
|
|
|
|
|
padding: 0.2rem !important; |
|
|
|
|
|
|
|
padding-top: 0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item__content { |
|
|
|
|
|
|
|
line-height: 0.4rem !important; |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-message-box__message p { |
|
|
|
|
|
|
|
line-height: 0.24rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog .el-row { |
|
|
|
|
|
|
|
margin-bottom: 0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__headerbtn { |
|
|
|
|
|
|
|
top: 0.32rem !important; |
|
|
|
|
|
|
|
right: 0.2rem !important; |
|
|
|
|
|
|
|
font-size: 0.16rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__header { |
|
|
|
|
|
|
|
padding: 0.2rem !important; |
|
|
|
|
|
|
|
padding-bottom: 0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dialog__headerbtn .el-dialog__close { |
|
|
|
|
|
|
|
font-size: 0.25rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item { |
|
|
|
|
|
|
|
line-height: 0.3rem !important; |
|
|
|
|
|
|
|
padding: 0 0.17rem !important; |
|
|
|
|
|
|
|
font-size: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect--searchable .vue-treeselect__input-container { |
|
|
|
|
|
|
|
padding-left: 0.05rem !important; |
|
|
|
|
|
|
|
padding-right: 0.05rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect__x-container, |
|
|
|
|
|
|
|
.vue-treeselect__control-arrow-container { |
|
|
|
|
|
|
|
width: 0.2rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect__x { |
|
|
|
|
|
|
|
width: 0.08rem !important; |
|
|
|
|
|
|
|
height: 0.08rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect__control-arrow, |
|
|
|
|
|
|
|
.vue-treeselect__option-arrow { |
|
|
|
|
|
|
|
width: 0.09rem !important; |
|
|
|
|
|
|
|
height: 0.09rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect__option-arrow-container, |
|
|
|
|
|
|
|
.vue-treeselect__option-arrow-placeholder { |
|
|
|
|
|
|
|
width: 0.2rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.vue-treeselect div, |
|
|
|
|
|
|
|
.vue-treeselect span { |
|
|
|
|
|
|
|
line-height: 0.36rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item { |
|
|
|
|
|
|
|
line-height: 0.24rem !important; |
|
|
|
|
|
|
|
padding: 0 0.1rem !important; |
|
|
|
|
|
|
|
font-size: 0.12rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 弹框input宽度对齐 |
|
|
|
|
|
|
|
.el-form-item--medium .el-form-item__content { |
|
|
|
|
|
|
|
width: 100%; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@media (min-width: 2000px) { |
|
|
|
// 页面公共样式 |
|
|
|
// 页面公共样式 |
|
|
|
.analysis-table th { |
|
|
|
.analysis-table th { |
|
|
|
height: 0.5rem !important; |
|
|
|
height: 0.5rem !important; |
|
|
@ -428,4 +665,50 @@ |
|
|
|
font-size: 0.24rem !important; |
|
|
|
font-size: 0.24rem !important; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.choice { |
|
|
|
|
|
|
|
margin-left: 0.42rem !important; |
|
|
|
|
|
|
|
.mr20 { |
|
|
|
|
|
|
|
font-size: 0.16rem !important; |
|
|
|
|
|
|
|
width: 0.48rem !important; |
|
|
|
|
|
|
|
border-radius: 0.14rem !important; |
|
|
|
|
|
|
|
margin-right: 0.1rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.timeStyle { |
|
|
|
|
|
|
|
border-radius: 0.14rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.special-div { |
|
|
|
|
|
|
|
.special-top { |
|
|
|
|
|
|
|
padding: 0.04rem 0.26rem 0.04rem 0 !important; |
|
|
|
|
|
|
|
min-height: 0.37rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.special-top::after { |
|
|
|
|
|
|
|
height: 0.01rem !important; |
|
|
|
|
|
|
|
top: -0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.special-top::before { |
|
|
|
|
|
|
|
height: 0.01rem !important; |
|
|
|
|
|
|
|
bottom: -0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.special-title { |
|
|
|
|
|
|
|
padding-left: 0.36rem !important; |
|
|
|
|
|
|
|
font-size: 0.2rem !important; |
|
|
|
|
|
|
|
line-height: 0.23rem !important; |
|
|
|
|
|
|
|
background-size: 1.4rem 0.35rem !important; |
|
|
|
|
|
|
|
background-position: 0px -0.03rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.special-title::before { |
|
|
|
|
|
|
|
width: 0.34rem !important; |
|
|
|
|
|
|
|
height: 0.13rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
// 首页 |
|
|
|
|
|
|
|
.project-data { |
|
|
|
|
|
|
|
margin: 0.16rem 0 !important; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.form-header { |
|
|
|
|
|
|
|
font-size: 0.15rem !important; |
|
|
|
|
|
|
|
margin: 0.08rem 0.1rem 0.25rem 0.1rem !important; |
|
|
|
|
|
|
|
padding-bottom: 0.05rem !important; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|