first commit
This commit is contained in:
66
unpackage/dist/dev/mp-alipay/pages/piles/piles.acss
vendored
Normal file
66
unpackage/dist/dev/mp-alipay/pages/piles/piles.acss
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
.piles_card.data-v-3d8d5798 {
|
||||
width: 690rpx;
|
||||
height: 192rpx;
|
||||
background: linear-gradient(179deg, #4874e5 0%, #3864d6 100%);
|
||||
border-radius: 8rpx 8rpx 0rpx 0rpx;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.piles_card_title.data-v-3d8d5798 {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #ffffff;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.piles_card_view.data-v-3d8d5798 {
|
||||
padding: 0 150rpx;
|
||||
flex-direction: column;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.piles_card_view view.data-v-3d8d5798 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.piles_card_view view text.data-v-3d8d5798:nth-child(1) {
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #ffffff;
|
||||
margin-bottom: 15rpx;
|
||||
}
|
||||
.piles_card_view view text.data-v-3d8d5798:nth-child(2) {
|
||||
font-size: 26rpx;
|
||||
color: #ffffff;
|
||||
}
|
||||
.piles_list.data-v-3d8d5798 {
|
||||
padding: 25rpx;
|
||||
width: 690rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
.piles_list_title.data-v-3d8d5798 {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.piles_list_view.data-v-3d8d5798 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: row;
|
||||
justify-content: start;
|
||||
color: #555555;
|
||||
font-size: 28rpx;
|
||||
margin-top: 15rpx;
|
||||
}
|
||||
.piles_list_view view.data-v-3d8d5798:nth-child(2) {
|
||||
font-weight: bold;
|
||||
font-size: 28rpx;
|
||||
color: #232323;
|
||||
}
|
||||
.piles_list_view text.data-v-3d8d5798 {
|
||||
color: #ff2727;
|
||||
}
|
||||
Reference in New Issue
Block a user