init project
This commit is contained in:
61
pages/myBills/index.wxss
Normal file
61
pages/myBills/index.wxss
Normal file
@@ -0,0 +1,61 @@
|
||||
/* pages/myBills/index.wxss */
|
||||
.container {
|
||||
min-height: calc(100vh - 190rpx);
|
||||
padding: 160rpx 0 30rpx 0;
|
||||
}
|
||||
|
||||
.list {
|
||||
background: #1a191e;
|
||||
}
|
||||
|
||||
.list .cell {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 120rpx;
|
||||
padding: 0 30rpx;
|
||||
border-bottom: 2rpx solid #212025;
|
||||
}
|
||||
|
||||
.list .cell .left .title {
|
||||
font-size: 24rpx;
|
||||
line-height: 24rpx;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.list .cell .left .date {
|
||||
margin-top: 24rpx;
|
||||
font-size: 20rpx;
|
||||
line-height: 20rpx;
|
||||
color: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
|
||||
.list .cell .right {
|
||||
font-size: 26rpx;
|
||||
color: #FFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.list .cell .right.isActive {
|
||||
color: #caae2a;
|
||||
}
|
||||
|
||||
.newplot {
|
||||
position: fixed;
|
||||
top: 140rpx;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
color: #FFF;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.newplot>image {
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
margin-top: -200rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user