mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 16:39:37 +08:00
62 lines
903 B
Plaintext
62 lines
903 B
Plaintext
.page{
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.next{
|
|
margin-left: 5%;
|
|
width: 90% !important;
|
|
position: fixed;
|
|
bottom: 4%;
|
|
}
|
|
.swiper-tab {
|
|
width: 100%;
|
|
background-color: white;
|
|
border-bottom: 2rpx solid #ccc;
|
|
text-align: center;
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
swiper {
|
|
width: 100%;
|
|
height: 92%;
|
|
}
|
|
|
|
scroll-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #F3F3F3;
|
|
}
|
|
|
|
.swiper-tab-item {
|
|
display: inline-block;
|
|
width: 25%;
|
|
color: #4A4A4A;
|
|
}
|
|
|
|
.active {
|
|
color: #4C84FF;
|
|
border-bottom: 4rpx solid #4C84FF;
|
|
}
|
|
|
|
.contenBox {
|
|
background-color: white;
|
|
padding: 2% 4%;
|
|
margin-top: 20rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.evaluate {
|
|
border: 1rpx solid #C11D24;
|
|
color: #C11D24;
|
|
width: 140rpx;
|
|
height: 64rpx;
|
|
text-align: center;
|
|
line-height: 64rpx;
|
|
border-radius: 8rpx;
|
|
position: absolute;
|
|
bottom: 6%;
|
|
right: 2%;
|
|
} |