148 lines
2.7 KiB
Plaintext
148 lines
2.7 KiB
Plaintext
|
|
.List {
|
|
margin: 0 20rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.List_Item {
|
|
padding-top: 10rpx;
|
|
padding-bottom: 30rpx;
|
|
display: flex;
|
|
}
|
|
.List .List_Item:last-of-type .Item_msg{
|
|
border-bottom: none;
|
|
}
|
|
|
|
.Item_img {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
border-radius: 30rpx 30rpx 30rpx 30rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.Item_msg {
|
|
flex: 1;
|
|
padding-bottom: 55rpx;
|
|
border-bottom: 1rpx solid #E6E6E6;
|
|
}
|
|
|
|
.Item_top {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.Item_top_name {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.Item_top_apart {
|
|
font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #a8682bcc;
|
|
}
|
|
|
|
.Item_sceond {
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #555555;
|
|
margin-top: 15rpx;
|
|
}
|
|
|
|
.Item_third {
|
|
display: flex;
|
|
align-items: center;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.Item_third image {
|
|
width: 24rpx;
|
|
height: 26rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.Item_fourth {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.Item_fourth_left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.Item_fourth_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_fourth_left1 {
|
|
width: 110rpx;
|
|
height: 40rpx;
|
|
background: rgba(255, 81, 42, 0.1);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
margin-right: 4rpx;
|
|
}
|
|
|
|
.Item_fourth_left1 {
|
|
width: 110rpx;
|
|
height: 40rpx;
|
|
background: rgba(255, 81, 42, 0.1);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #555555;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.Item_fourth_left2 {
|
|
width: 110rpx;
|
|
height: 40rpx;
|
|
background: #FFF2DA;
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
background: #FFF2DA;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.Item_fourth_left1 image {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 4rpx;
|
|
|
|
}
|
|
|
|
.Item_fourth_left2 image {
|
|
width: 24rpx;
|
|
height: 24rpx;
|
|
margin-right: 4rpx;
|
|
|
|
} |