|
@@ -46,15 +46,14 @@ scroll-view {
|
|
|
|
|
|
|
|
|
.catalog image {
|
|
|
- position: absolute;
|
|
|
- left: 374rpx;
|
|
|
- top: 20rpx;
|
|
|
- width: 2rpx;
|
|
|
- height: 66rpx;
|
|
|
+ position:absolute;
|
|
|
+ left:374rpx;
|
|
|
+ top:16rpx;
|
|
|
+ width:2rpx;
|
|
|
+ height:60rpx;
|
|
|
}
|
|
|
|
|
|
.catalog text {
|
|
|
- flex: 1;
|
|
|
height: 60rpx;
|
|
|
text-align: center;
|
|
|
font-size: 36rpx;
|
|
@@ -63,7 +62,7 @@ scroll-view {
|
|
|
}
|
|
|
|
|
|
.catalog .select {
|
|
|
- border-bottom: 2rpx solid #61CA54;
|
|
|
+ border-bottom: 4rpx solid #61CA54;
|
|
|
color: #61CA54;
|
|
|
}
|
|
|
|
|
@@ -147,7 +146,7 @@ scroll-view {
|
|
|
.group-btn .bg1,
|
|
|
.group-btn .bg2 {
|
|
|
position: absolute;
|
|
|
- top: 15%;
|
|
|
+ top: 10rpx;
|
|
|
width: 4rpx;
|
|
|
height: 70%;
|
|
|
}
|