11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
/* pages/shop/product/goodsdetail.wxss */
|
|
.scroll-content {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 530rpx;
|
|
border-top-right-radius: 60rpx;
|
|
border-top-left-radius: 60rpx;
|
|
padding-top: 20rpx;
|
|
z-index: 30;
|
|
background-color: white;
|
|
} |