You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
413 B
27 lines
413 B
/* components/waterf/index.wxss */
|
|
.card {
|
|
width: 334rpx;
|
|
margin-top: -32rpx;
|
|
margin-bottom: 20rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.shouca {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
position: relative;
|
|
top: 40rpx;
|
|
left: 290rpx;
|
|
}
|
|
.bof{
|
|
position: absolute;
|
|
width: 334rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.bofang{
|
|
position: relative;
|
|
height: 0rpx;
|
|
bottom: 50rpx;
|
|
left: 280rpx;
|
|
} |