guo 2 gadi atpakaļ
vecāks
revīzija
d9dd45de26
2 mainītis faili ar 9 papildinājumiem un 6 dzēšanām
  1. 6 5
      pages/mobile/SelectCarModel.vue
  2. 3 1
      pages/mobile/SelectCarTwo.vue

+ 6 - 5
pages/mobile/SelectCarModel.vue

@@ -227,8 +227,8 @@
 
 			.brand-select-item {
 				display: block;
-				width: 80rpx;
-				height: 100rpx;
+				width: 126rpx;
+				height: 120rpx;
 				padding: 30rpx;
 
 				img {
@@ -241,12 +241,13 @@
 				span {
 					display: inline-block;
 					text-align: center;
-					height: 33rpx;
-					width: 90rpx;
+					// height: 33rpx;
+					width: 106rpx;
 					font-size: 24rpx;
 					font-weight: 400;
 					color: rgba(51, 51, 51, 1);
-					line-height: 33rpx;
+					// line-height: 33rpx;
+					margin-left: -10rpx;
 				}
 			}
 

+ 3 - 1
pages/mobile/SelectCarTwo.vue

@@ -227,7 +227,9 @@
 		padding: 10rpx 24rpx;
 		background: #F4F5F7;
 		color: #333333;
-		font-size: 28rpx;
+		font-size: 28rpx;
+		text-align: center;
+		font-weight: bold;
 	}
 
 	.xingBox {