bug fix
This commit is contained in:
46
pages/my/apply_after_sales/apply_after_sales.wxss
Normal file
46
pages/my/apply_after_sales/apply_after_sales.wxss
Normal file
@ -0,0 +1,46 @@
|
||||
/* pages/my/apply_after_sales/apply_after_sales.wxss */
|
||||
page {
|
||||
background-color: rgb(245, 245, 245);
|
||||
}
|
||||
.package-card {
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
/* border: 1rpx solid rgb(151, 151, 151); */
|
||||
margin: 20rpx 20rpx 0;
|
||||
border-radius: 12rpx;
|
||||
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
padding: 20rpx;
|
||||
}
|
||||
.package-card:not(:first-of-type) {
|
||||
margin-top: 30rpx;
|
||||
}
|
||||
|
||||
.package-card .add-goods {
|
||||
margin-top: 24rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.package-card .package-index {
|
||||
position: absolute;
|
||||
top: -16rpx;
|
||||
left: 40rpx;
|
||||
font-size: 24rpx;
|
||||
padding: 0 8rpx;
|
||||
background-color: linear-gradient(
|
||||
to bottom,
|
||||
rgba(255, 255, 255, 0) 50%,
|
||||
rgba(255, 255, 255, 1) 50%
|
||||
);
|
||||
}
|
||||
.package-card .form-label {
|
||||
font-size: 28rpx;
|
||||
color: gray;
|
||||
}
|
||||
.package-card .package-input {
|
||||
margin-top: 6rpx;
|
||||
border: 1rpx solid rgb(225, 225, 225);
|
||||
height: 50rpx;
|
||||
padding: 0 12rpx;
|
||||
border-radius: 8rpx;
|
||||
}
|
Reference in New Issue
Block a user