54 lines
901 B
CSS
54 lines
901 B
CSS
page {
|
|
background-color: #f9f9f9;
|
|
}
|
|
|
|
.item {
|
|
width: 98%;
|
|
margin: 7rpx 0;
|
|
border-radius: 15rpx;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.item-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: #333;
|
|
padding: 10rpx;
|
|
border-bottom: 1rpx solid #eeeeee;
|
|
}
|
|
|
|
.item-content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
color: #333;
|
|
padding: 10rpx;
|
|
}
|
|
|
|
.Btn {
|
|
width: 180rpx;
|
|
height: 90rpx;
|
|
color: #ffffff;
|
|
background-color: #169bd5;
|
|
text-align: center;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.empty {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-weight: normal;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
margin-top: 200rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.empty image {
|
|
width: 366rpx;
|
|
height: 226rpx;
|
|
margin-bottom: 27rpx;
|
|
} |