23 lines
453 B
SCSS
23 lines
453 B
SCSS
.yuedetail {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
border-bottom: 2rpx solid #EEEEEE;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.left {
|
|
font-size: 28rpx;
|
|
margin-left: 30rpx;
|
|
.date {
|
|
color: #666666;
|
|
}
|
|
.time {
|
|
color: #999999;
|
|
margin-top: 5rpx;
|
|
}
|
|
}
|
|
.right {
|
|
color: #333333;
|
|
font-size: 36rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
} |