150 lines
2.8 KiB
Plaintext
150 lines
2.8 KiB
Plaintext
/* pages/educations-list/index.wxss */
|
|
.van-uploader__preview-image{
|
|
width: 140rpx !important;
|
|
height: 140rpx !important;
|
|
}
|
|
.van-picker__mask {
|
|
background-image: none !important;
|
|
}
|
|
|
|
.van-hairline--top-bottom:after {
|
|
border-top: 1px solid #3a4c8b !important;
|
|
border-bottom: 1px solid #3a4c8b !important;
|
|
}
|
|
|
|
.van-picker {
|
|
background: none !important;
|
|
}
|
|
.video_num{
|
|
padding-top: 20rpx;
|
|
}
|
|
.modify_echarts_max{
|
|
margin-bottom: 50rpx;
|
|
}
|
|
/* 冬季培训 */
|
|
.Winter-training{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 80rpx;
|
|
padding-bottom: 36rpx;
|
|
}
|
|
.Winter-training-box{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
width: 684rpx;
|
|
height:300rpx;
|
|
border: 1px solid #1e2336;
|
|
background-color: #1e2336;
|
|
border-radius: 15rpx;
|
|
}
|
|
/* 上盒子 */
|
|
.Winter-training-topBox{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 632rpx;
|
|
height: 48rpx;
|
|
border-bottom: 2px solid #282f5e;
|
|
}
|
|
/* 左盒子 */
|
|
.Winter-training-leftBox{
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
width: 580rpx;
|
|
height: 48rpx;
|
|
|
|
}
|
|
.Winter-training-left-box{
|
|
text-align: center;
|
|
width: 48rpx;
|
|
height: 48rpx;
|
|
border-bottom: 2px solid #434e98;
|
|
padding: 0 8rpx;
|
|
}
|
|
.Winter-training-right-box{
|
|
width: 516rpx;
|
|
height: 48rpx;
|
|
border-bottom: 2px solid #282f5e;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
/* 右盒子 */
|
|
.Winter-training-Img{
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
}
|
|
.Winter-training-Img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* 下盒子 */
|
|
.Winter-training-bottomBox{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
|
|
width: 632rpx;
|
|
height: 200rpx;
|
|
}
|
|
.Winter-training-bottomBox-top{
|
|
display: flex;
|
|
width: 600rpx;
|
|
height: 108rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
/* 上部分 */
|
|
.Winter-training-bottomBox-left-box{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 16rpx;
|
|
background: url("https://szgcwx.jhncidg.com/staticFiles/img/WEB_DC5E7AB4FFB4412A886A44BDC2B820E0.png") no-repeat center/100% 100%;
|
|
}
|
|
.Winter-training-bottomBox-left-box image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.Winter-training-bottomBox-right-box{
|
|
font-size: 26rpx;
|
|
width: 460rpx;
|
|
height: 108rpx;
|
|
}
|
|
/* 新增模块 */
|
|
.button-add{
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
bottom: 10rpx;
|
|
right: 10rpx;
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
border-radius: 50%;
|
|
background-color: #273252;
|
|
}
|
|
.button-add image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
/* 弹窗 */
|
|
.popup_img{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background: rgba(0,0,0,0.6);
|
|
z-index: 100;
|
|
}
|
|
.popup_images{
|
|
width: 70%;
|
|
height: 70%;
|
|
|
|
} |