2025-06-06 15:07:26 +08:00

210 lines
3.6 KiB
Plaintext

.box {
background-color: #F9F9F9;
}
.nav-box {
box-sizing: border-box;
width: 100%;
z-index: 2;
background: #F9F9F9;
padding-bottom: 25rpx;
}
.nav-box .nav-bar {
display: flex;
align-items: center;
}
.nav-box .nav-bar .nav-bar-left,
.nav-box .nav-bar .nav-bar-right {
padding: 0 20rpx;
min-width: 36rpx;
}
.nav-box .nav-bar .nav-bar-left van-icon {
vertical-align: sub;
color: #333333;
}
.nav-box .nav-bar .nav-bar-title {
flex: 1;
text-align: center;
font-weight: 400;
font-size: 36rpx;
color: #000000;
}
.nav-bar-right{
display: none;
}
.van-tab {
font-size: 28rpx !important;
color: #555555 !important;
}
.tabList {
display: flex;
align-items: center;
margin-left: 20rpx;
background-color: #fff;
padding-top: 40rpx;
}
.tabItem {
font-weight: 400;
font-size: 28rpx;
color: #555555;
margin-right: 70rpx;
white-space: nowrap;
}
.active {
position: relative;
font-weight: bold;
}
.active::after {
content: '';
width: 64rpx;
height: 10rpx;
background: #2583FF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
position: absolute;
left: 50%;
bottom: -8rpx;
transform: translateX(-50%);
}
.active::before {
content: '';
width: 54rpx;
height: 4rpx;
background: #2583FF;
border-radius: 0rpx 0rpx 0rpx 0rpx;
filter: blur(12rpx);
position: absolute;
left: 50%;
bottom: -18rpx;
transform: translateX(-50%);
}
.recordList {
background-color: #fff;
padding-top: 10rpx;
}
.recordItem {
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
margin-right: 20rpx;
padding-top: 30rpx;
padding-bottom: 30rpx;
border-bottom: 2rpx solid #E6E6E6;
}
.recordItem_img {
width: 180rpx;
height: 180rpx;
border-radius: 30rpx 30rpx 30rpx 30rpx;
overflow: hidden;
}
.recordItem_img image {
width: 100%;
height: 100%;
}
.recordItem_Msg {
display: flex;
align-items: center;
justify-content: space-between;
flex: 1;
margin-left: 30rpx;
}
.recordItem_Msg_right_state1 {
width: 150rpx;
height: 50rpx;
background: #999999;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.recordItem_Msg_right_state2 {
width: 150rpx;
height: 50rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.recordItem_Msg_right_state3 {
width: 150rpx;
height: 50rpx;
background: #D5AC66;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.recordItem_Msg_right_state4 {
width: 150rpx;
height: 50rpx;
background: #999999;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
}
.recordItem_Msg_left {}
.recordItem_Msg_left_tit {
font-weight: 400;
font-size: 32rpx;
color: #000000;
}
.recordItem_Msg_left_msg {
font-weight: 400;
font-size: 24rpx;
color: #999999;
}
.recordItem:last-child {
border-bottom: none;
}
.btn {
width: 650rpx;
height: 80rpx;
background: #2583FF;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-weight: 400;
font-size: 36rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 40rpx;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
}