2024-09-08 15:55:07 +08:00
|
|
|
/* pages/xiangmugaikuang/index.wxss */
|
|
|
|
.echarts_max{
|
|
|
|
margin-top: 30rpx;
|
|
|
|
padding:0 30rpx;
|
|
|
|
}
|
|
|
|
.echarts_min{
|
|
|
|
background:#1e2336 ;
|
|
|
|
font-size: 28rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
border-radius: 15rpx;
|
|
|
|
}
|
|
|
|
.eharts_title{
|
|
|
|
height: 40rpx;
|
|
|
|
line-height: 40rpx;
|
|
|
|
padding-left: 40rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: url("https://xiangguan.sxyanzhu.com/statics/static/img/menu/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
.eharts_head{
|
|
|
|
text-align: center;
|
|
|
|
padding: 30rpx 0;
|
|
|
|
}
|
|
|
|
.eharts_head text{
|
|
|
|
color:#0ad7ec;
|
|
|
|
font-size: 32rpx;
|
|
|
|
}
|
|
|
|
.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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hj_float{
|
|
|
|
float: right;
|
|
|
|
padding: 5rpx 50rpx 5rpx 20rpx;
|
2024-09-08 23:16:48 +08:00
|
|
|
background: #2e355f url("https://xiangguan.sxyanzhu.com/statics/static/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
border-radius: 40rpx;
|
|
|
|
}
|
|
|
|
.hj_float:active{
|
2024-09-08 23:16:48 +08:00
|
|
|
background: #2e355f url("https://xiangguan.sxyanzhu.com/statics/static/img/CORE_5F23F4664AAE44A0BD72BE4BB4C66083.png") no-repeat right/35rpx;
|
2024-09-08 15:55:07 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.van-popup--bottom.van-popup--round{
|
|
|
|
border-radius: 0 !important
|
|
|
|
}
|
|
|
|
.van-popup{
|
|
|
|
background-color: var(--popup-background-color,#232a44) !important
|
|
|
|
}
|
|
|
|
.van-action-sheet__cancel,.van-action-sheet__item{
|
|
|
|
background-color: var(--popup-background-color,#232a44) !important;
|
|
|
|
color: #0ad7ec;
|
|
|
|
|
|
|
|
}
|