first commit
This commit is contained in:
24
unpackage/dist/dev/mp-weixin/pages/wallet/list.wxss
vendored
Normal file
24
unpackage/dist/dev/mp-weixin/pages/wallet/list.wxss
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
/* 水平间距 */
|
||||
/* 水平间距 */
|
||||
.block_wall.data-v-a88fa429 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
.block_wall_tit.data-v-a88fa429 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.wall_list.data-v-a88fa429 {
|
||||
width: 690rpx;
|
||||
height: 118rpx;
|
||||
background: #ffffff;
|
||||
box-shadow: 0rpx 2rpx 8rpx 2rpx rgba(0, 88, 219, 0.06);
|
||||
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 30rpx;
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user