|
@@ -108,21 +108,24 @@ page {
|
|
|
font-size: 32rpx;
|
|
|
color: #131415;
|
|
|
line-height: 44rpx;
|
|
|
- padding: 24rpx 0 40rpx;
|
|
|
+ padding: 24rpx 0 16rpx;
|
|
|
}
|
|
|
|
|
|
.goodsInfo {
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ // align-items: center;
|
|
|
.desc {
|
|
|
font-size: 28rpx;
|
|
|
color: #131415;
|
|
|
- line-height: 40rpx;
|
|
|
+ line-height: 68rpx;
|
|
|
+ margin: 24rpx;
|
|
|
+ flex-shrink: 0;
|
|
|
}
|
|
|
|
|
|
.goodsList {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ flex-wrap: wrap;
|
|
|
}
|
|
|
.goodsItem {
|
|
|
line-height: 68rpx;
|
|
@@ -133,6 +136,7 @@ page {
|
|
|
font-size: 28rpx;
|
|
|
color: #131415;
|
|
|
position: relative;
|
|
|
+ margin-top: 24rpx;
|
|
|
|
|
|
&.selected {
|
|
|
background: #FEEDF0;
|
|
@@ -268,6 +272,13 @@ page {
|
|
|
border-radius: 32rpx 32rpx 0rpx 0rpx;
|
|
|
padding: 40rpx 32rpx 58rpx;
|
|
|
box-sizing: border-box;
|
|
|
+
|
|
|
+ .goodsInfo {
|
|
|
+ .desc {
|
|
|
+ padding-bottom: 0;
|
|
|
+ margin-bottom: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.iconClose {
|