Files
PC-202306242200\Administrator 1c24452b6c first commit
2026-03-28 23:10:55 +08:00

24 lines
538 B
Plaintext

/* 水平间距 */
/* 水平间距 */
.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;
}