181 lines
2.7 KiB
Plaintext
181 lines
2.7 KiB
Plaintext
/* packageC/Myshaky/Mylove/Mylove.wxss */
|
|
page {
|
|
background: rgba(255, 255, 255, 1);
|
|
}
|
|
|
|
.loveBox {
|
|
width: 100%;
|
|
border-top: 2rpx solid rgba(235, 235, 235, 1);
|
|
}
|
|
|
|
.loveList {
|
|
width: 697rpx;
|
|
height: 214rpx;
|
|
|
|
/* background: yellow; */
|
|
margin-left: 30rpx;
|
|
margin-right: 23rpx;
|
|
margin-top: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.listLeft {
|
|
width: 285rpx;
|
|
height: 214rpx;
|
|
background: rgba(245, 245, 245, 1);
|
|
position: relative;
|
|
}
|
|
|
|
.listLeft image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.listStatus {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 137rpx;
|
|
height: 48rpx;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-radius: 0rpx 16rpx 0rpx 16rpx;
|
|
text-align: center;
|
|
line-height: 48rpx;
|
|
font-size: 28rpx;
|
|
z-index: 999;
|
|
color: #fff;
|
|
}
|
|
|
|
.listRight {
|
|
flex: 1;
|
|
position: relative;
|
|
}
|
|
|
|
.listText {
|
|
width: 387rpx;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
margin-left: 20rpx;
|
|
|
|
/* margin-top: 11rpx; */
|
|
font-size: 30rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 44rpx;
|
|
letter-spacing: 0rpx;
|
|
color: rgba(51, 51, 51, 1);
|
|
}
|
|
|
|
.listTime {
|
|
width: 316rpx;
|
|
height: 44rpx;
|
|
background-color: rgba(255, 247, 247, 1);
|
|
border-radius: 22rpx;
|
|
margin: 19rpx 0;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 22rpx;
|
|
}
|
|
|
|
.listext {
|
|
font-size: 22rpx;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
line-height: 60rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.iconfont {
|
|
margin-top: -12rpx;
|
|
margin-left: 11rpx;
|
|
margin-right: 11rpx;
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
}
|
|
|
|
.listBottom {
|
|
height: 28rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-left: 30rpx;
|
|
}
|
|
|
|
.listMoney {
|
|
position: absolute;
|
|
bottom: 0rpx;
|
|
left: 30rpx;
|
|
font-size: 24rpx;
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.listMoney text {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.dy {
|
|
height: 100%;
|
|
margin-left: 25rpx;
|
|
|
|
/* background: yellow; */
|
|
overflow: hidden;
|
|
}
|
|
|
|
.de {
|
|
/* margin-top: 9rpx; */
|
|
width: 100%;
|
|
height: 88rpx;
|
|
font-size: 30rpx;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.ds {
|
|
width: 100%;
|
|
|
|
/* background: yellow; */
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.ds1 {
|
|
display: inline-block;
|
|
font-size: 24rpx;
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.ds2 {
|
|
display: inline-block;
|
|
font-size: 32rpx;
|
|
color: rgba(241, 83, 83, 1);
|
|
}
|
|
|
|
.dsi {
|
|
display: flex;
|
|
font-size: 24rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.dw {
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dl {
|
|
width: 100rpx;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.dq {
|
|
/* padding: 0 18rpx; */
|
|
}
|