154 lines
2.1 KiB
CSS

.tabList {
display: flex;
flex-wrap: wrap;
margin-top: 40rpx;
}
.tabItem {
display: flex;
width: 20%;
align-items: center;
flex-direction: column;
margin-bottom: 46rpx;
}
.tabImg {
height: 54rpx;
}
.tabName {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.tit {
font-weight: bold;
font-size: 32rpx;
color: #222222;
margin-left: 20rpx;
padding-top: 30rpx;
}
.serverMore {
background-color: #fff;
padding-bottom: 60rpx;
}
image {
width: 100%;
height: 100%;
}
.serverList {
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 52rpx;
margin-top: 30rpx;
padding-bottom: 30rpx;
}
.serverItem {
display: flex;
flex-direction: column;
align-items: center;
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.serverItem_img {
height: 54rpx;
margin-bottom: 16rpx;
}
.List {
padding: 0 20rpx;
}
.item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 30rpx 0;
border-bottom: 1rpx solid #E6E6E6;
box-sizing: border-box;
}
.item_left {
display: flex;
align-items: center;
}
.item_left_msg_money {
display: flex;
}
.item_right {
font-weight: 400;
font-size: 26rpx;
color: #FFFFFF;
width: 150rpx;
height: 50rpx;
background: #D5AC66;
border-radius: 100rpx 100rpx 100rpx 100rpx;
display: flex;
align-items: center;
justify-content: center;
}
.item_left_img {
width: 180rpx;
height: 180rpx;
border-radius: 30rpx;
overflow: hidden;
margin-right: 20rpx;
}
.item_left_msg_tit {
font-weight: 400;
font-size: 32rpx;
color: #000000;
display: flex;
align-items: center;
}
.item_left_msg_time {
font-weight: 400;
font-size: 24rpx;
color: #999999;
margin-top: 14rpx;
}
.item_left_msg_money {
font-weight: 400;
font-size: 22rpx;
color: #FF512A;
display: flex;
align-items: center;
margin-top: 30rpx;
}
.item_left_msg_money view {
font-size: 36rpx;
}
.phone {
width: 40rpx;
height: 40rpx;
background: #FFF2DA;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin-left: 20rpx;
}
.phone image {
width: 24rpx;
height: 24rpx;
}