68 lines
1.0 KiB
Plaintext
68 lines
1.0 KiB
Plaintext
/* pages/newAddPage/safetyBriefingLearning/index.wxss */
|
|
.chakan{
|
|
position: absolute;
|
|
right: 48rpx;
|
|
bottom: 20rpx;
|
|
color: orange;
|
|
}
|
|
/* vant-weapp样式 */
|
|
.van-tabs__nav {
|
|
background-color: #191d28;
|
|
}
|
|
.van-ellipsis{
|
|
color: #fff;
|
|
}
|
|
.van-tabs__line{
|
|
background-color: #fff !important;
|
|
}
|
|
/* .showBox{
|
|
position: relative;
|
|
width: 750rpx;
|
|
height: 462rpx;
|
|
border: 1px solid red;
|
|
box-sizing: border-box;
|
|
z-index: 999;
|
|
}
|
|
.showBox:hover .leftBtn{
|
|
display: block;
|
|
}
|
|
.showBox:hover .rightBtn{
|
|
display: block;
|
|
}
|
|
.leftBtn{
|
|
position: absolute;
|
|
left: 0;
|
|
top:50%;
|
|
transform: translate(0,-50%);
|
|
width: 48rpx;
|
|
height: 80rpx;
|
|
color: #000;
|
|
border: 1px solid #fff;
|
|
z-index: 999;
|
|
display: none;
|
|
}
|
|
.rightBtn{
|
|
position: absolute;
|
|
right: 0;
|
|
top:50%;
|
|
transform: translate(0,-50%);
|
|
width: 48rpx;
|
|
height: 80rpx;
|
|
color: #000;
|
|
border: 1px solid #fff;
|
|
z-index: 999;
|
|
display: none;
|
|
} */
|
|
.whoBox{
|
|
position: relative;
|
|
}
|
|
.outsideBox{
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
display: none;
|
|
}
|
|
.showBoxs{
|
|
display: block;
|
|
} |