221 lines
3.7 KiB
Plaintext
221 lines
3.7 KiB
Plaintext
/* pages/xiangmugaikuang/index.wxss */
|
|
.information-review-tab{
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
color: #92a1ca;
|
|
}
|
|
.information-review-tab .active{
|
|
color: #87e3fa;
|
|
padding-left: 40rpx;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/icon/utilization.png") no-repeat left/35rpx;
|
|
}
|
|
/* 有赞原码修改 */
|
|
.van-collapse.van-hairline--top-bottom:after{
|
|
border-width: 0px 0;
|
|
}
|
|
.van-cell.van-cell--borderless{
|
|
background-color: #2b345b;
|
|
color: #fff;
|
|
margin-top: 30rpx;
|
|
border-radius: 5rpx;
|
|
}
|
|
.van-cell.van-cell--borderless:active{
|
|
background-color: #2b345b;
|
|
}
|
|
.van-collapse-item__title.van-collapse-item__title--expanded:active{
|
|
background-color: #2b345b;
|
|
}
|
|
.van-collapse-item .van-cell:after{
|
|
border-bottom: 0;
|
|
}
|
|
.van-collapse-item.van-hairline--top:after{
|
|
border-top-width:0
|
|
}
|
|
.van-cell.van-cell--clickable{
|
|
background-color: #2b345b;
|
|
margin-top: 10rpx;
|
|
color: #fff;
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
.van-cell.van-cell--clickable:active{
|
|
background-color: #2b345b;
|
|
}
|
|
.van-collapse-item__wrapper .van-collapse-item__content{
|
|
background-color: #1e2336;
|
|
color:#8ca4ec ;
|
|
border-width: 0px 0;
|
|
}
|
|
|
|
/* 页面样式 */
|
|
.gk_open{
|
|
padding: 0 30rpx;
|
|
}
|
|
.gk_open_con view{
|
|
padding: 10rpx 0;
|
|
}
|
|
.gk_open_con image{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
margin-right: 5rpx;
|
|
position: relative;
|
|
top: 5rpx;
|
|
}
|
|
.echarts_max{
|
|
margin-top: 30rpx;
|
|
padding:0 30rpx;
|
|
}
|
|
.echarts_min{
|
|
background:#1e2336;
|
|
font-size: 28rpx;
|
|
padding: 15rpx;
|
|
border-radius:15rpx;
|
|
}
|
|
.eharts_title{
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
padding-left: 40rpx;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
|
|
}
|
|
.eharts_head{
|
|
text-align: center;
|
|
padding: 30rpx 0;
|
|
}
|
|
.eharts_head text{
|
|
color:#0ad7ec;
|
|
font-size: 40rpx;
|
|
}
|
|
.eharts_con{
|
|
height: 320rpx;
|
|
width: auto;
|
|
}
|
|
.eharts_title_float{
|
|
float: right;
|
|
}
|
|
|
|
.eharts_title_float text{
|
|
padding: 0 5rpx;
|
|
}
|
|
.eharts_con_top{
|
|
margin-top: -320rpx;
|
|
}
|
|
.eharts_title_float_img{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
float: right;
|
|
position: relative;
|
|
top: 2rpx;
|
|
}
|
|
.zdzb_bg{
|
|
height: 88rpx;
|
|
border-radius: 15rpx;
|
|
background: #2b345b;
|
|
margin: 30rpx;
|
|
font-size: 28rpx;
|
|
line-height: 88rpx;
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.construction_unit{
|
|
padding: 10rpx 0;
|
|
display: flex;
|
|
}
|
|
.construction_unit_image{
|
|
padding-top: 15rpx;
|
|
}
|
|
.construction_unit_image image{
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.construction_unit_list{
|
|
width: calc(100% - 100rpx);
|
|
padding-left: 20rpx;
|
|
}
|
|
.construction_unit_title{
|
|
padding: 6rpx 0;
|
|
color: #c5d9fc;
|
|
}
|
|
.construction_unit_name{
|
|
padding: 6rpx 0;
|
|
color: #54acf6;
|
|
}
|
|
.construction_unit_phone{
|
|
padding: 6rpx 0;
|
|
color: #ce9433;
|
|
}
|
|
.official{
|
|
margin-left: 30rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.survey_content {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.survey_content_img {
|
|
width: 90px;
|
|
height: 90px;
|
|
text-align: center;
|
|
line-height: 90px;
|
|
position: relative;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/icon/survey_total_icon.png") no-repeat bottom/90px 60px;
|
|
}
|
|
|
|
.survey_content_img image{
|
|
text-align: center;
|
|
line-height: 90px;
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
|
|
.labour-survey_content_number {
|
|
color: #cbdaff;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
padding-top: 25px;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.survey_content_number {
|
|
padding-left: 15px;
|
|
color: #cbdaff;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.labour-survey_content_number {
|
|
color: #cbdaff;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
padding-top: 25px;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.survey_content_value text {
|
|
font-size: 25px;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
color: #87e3fa;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|