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.
18 lines
279 B
18 lines
279 B
/* pages/shop/index/index.wxss */
|
|
.margin-top {
|
|
margin-top: 18rpx;
|
|
}
|
|
|
|
.detail-layout{
|
|
min-height:90rpx;
|
|
font-size: 30rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.info-layout {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, 0.3);
|
|
padding: 18rpx 30rpx;
|
|
}
|