187 lines
2.9 KiB
Plaintext
Raw Normal View History

2024-02-21 17:43:11 +08:00
.page {
position: relative;
width: 100%;
height: 100%;
background-color: #F3F3F3;
}
.next {
width: 100% !important;
height: 100rpx !important;
line-height: 100rpx !important;
position: fixed;
bottom: 18rpx;
border-radius: 0 !important;
}
.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: 94%;
}
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 #4C84FF;
color: #4C84FF;
width: 140rpx;
height: 64rpx;
text-align: center;
line-height: 64rpx;
border-radius: 8rpx;
position: absolute;
bottom: 6%;
right: 2%;
}
.padding2 {
border-radius: 20rpx;
background-color: white;
padding: 6% 4%;
box-sizing: border-box;
margin-bottom: 10rpx;
line-height: 50rpx;
}
.imageContent {
width: 100%;
display: flex;
flex-wrap: wrap;
margin: 20rpx 0;
}
.image {
width: 31%;
padding: 4rpx;
height: 200rpx !important;
overflow: hidden;
position: relative;
}
.weui-cell-third {
min-height: 100%;
background-color: #f0f0f0;
}
.page__title {
padding: 30rpx;
background-color: #ffffff;
margin-bottom: 10rpx;
}
.page__title>view:first-child {
text-align: center;
font-size: 35rpx;
color: #2fb69d;
font-weight: 700;
}
.page__title>view:last-child {
display: flex;
justify-content: center;
align-items: center;
padding-top: 30rpx;
color: #999999;
}
.weui-cell-list {
padding: 0 30rpx;
overflow: hidden;
}
.wecentBor {
padding-top: 40rpx;
background: #fff;
}
.weui-cell-line {
margin-left: 5px;
float: left;
border-left: 1px solid #959595;
min-height: 100rpx;
margin-bottom: -10px;
position: relative;
}
.weui-cell-list:first-child .weui-cell-circle {
border: 1px solid #959595;
}
.weui-cell-list .weui-cell-circle {
position: absolute;
left: -10px;
top: 0px;
background-color: #ffffff;
width: 20px;
height: 20px;
border: 0;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.weui-cell-circle>view {
border: 1px solid #959595;
border-radius: 5px;
width: 10px;
height: 10px;
background-color: #959595;
border-color: 2fb69d;
}
.weui-cell-time {
/* float: left; */
display:inline-block;
font-size: 14px;
/* padding-left: 30rpx; */
}
.weui-cell-event {
padding-left: 40rpx;
/* width: calc(100% - 200rpx); */
padding-bottom: 40rpx;
color: #939393;
}
.weui-cell-list:last-child .weui-cell-line {
border: 0;
}
.images{
height: 40rpx;
width: 40rpx;
overflow: hidden;
display: inline-block
}