2024-02-21 17:43:11 +08:00

66 lines
948 B
Plaintext

.page {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
}
.next {
margin-left: 30%;
width: 40% !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: 16%;
color: #4A4A4A;
}
.active {
color: #4C84FF;
border-bottom: 4rpx solid #4C84FF;
}
.contenBox {
background-color: white;
padding:4%;
margin-top: 20rpx;
position: relative;
border-radius: 20rpx;
}
.evaluate {
border: 1rpx solid #4C84FF;
color: #4C84FF;
width: 140rpx;
height: 64rpx;
text-align: center;
line-height: 64rpx;
border-radius: 8rpx;
position: absolute;
bottom: 6%;
right: 2%;
}