154 lines
2.3 KiB
Plaintext
154 lines
2.3 KiB
Plaintext
/* packageD/article/articleList/articleList.wxss */
|
|
.box {
|
|
padding-left: 25rpx;
|
|
padding-top: 25rpx;
|
|
padding-bottom: 25rpx;
|
|
padding-right: 25rpx;
|
|
}
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.line {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.line .left {
|
|
width: 227rpx;
|
|
height: 178rpx;
|
|
background: red;
|
|
}
|
|
|
|
.line .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.line .right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 178rpx;
|
|
margin-left: 34rpx;
|
|
margin-right: 45rpx;
|
|
}
|
|
|
|
.line .right .top {
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #000;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.line .right .bottom {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.line .right .bottom .mun {
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
letter-spacing: 0rpx;
|
|
color: #ff2c28;
|
|
display: flex;
|
|
align-items: center;
|
|
max-width: 300rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.line .right .bottom .dor {
|
|
font-size: 24rpx;
|
|
letter-spacing: 0rpx;
|
|
color: #ff2c28;
|
|
}
|
|
|
|
.line .right .bottom .bom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.name {
|
|
font-size: 22rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.time {
|
|
font-size: 22rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.sureBtm {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 98rpx;
|
|
background-color: #fff;
|
|
box-shadow:
|
|
0rpx 0rpx 16rpx 0rpx
|
|
rgba(0, 0, 0, 0.11);
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
.smun {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 46rpx;
|
|
}
|
|
|
|
.paybtn {
|
|
margin-right: 50rpx;
|
|
width: 251rpx;
|
|
height: 68rpx;
|
|
background-color: #ff2c29;
|
|
border-radius: 34rpx;
|
|
text-align: center;
|
|
line-height: 68rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.showbox {
|
|
width: 100%;
|
|
|
|
/* height: 300px;
|
|
background: red; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.showbox .cle {
|
|
height: 98rpx;
|
|
box-shadow:
|
|
0 0 16px 0
|
|
rgba(0, 0, 0, 0.11);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.showbox .buw {
|
|
height: 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
color: #000;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
}
|