zhanghe 6 роки тому
батько
коміт
092a201095

+ 2 - 1
src/stage/index/style/CLScene.less

@@ -102,10 +102,11 @@
                     p {
                         width: 100%;
                         margin-top: 0.12rem;
-                        margin-left: 0.32rem;
+                        // margin-left: 0.32rem;
                         font-size: 0.28rem;
                         line-height: 0.28rem;
                         white-space: nowrap;
+                        text-align: center;
                         overflow: hidden;
                     }
                     .subject-sub {

+ 4 - 4
src/stage/index/style/component/GoodsItem.less

@@ -14,12 +14,12 @@
 
 	.goods-des {
 		width: 100%;
-		height: 1.32rem;
+		height: 1.12rem;
 		background: #fff;
 		border-radius: 0 0 unit(@borderRadius, rem) unit(@borderRadius, rem);
 
 		p {
-			height: .42rem;
+			height: .56rem;
 		}
 
 		.title {
@@ -27,7 +27,7 @@
 			white-space: nowrap;
 			overflow: hidden;
 			padding-left: 0.06rem;
-			font-size: 0.32rem;
+			font-size: 0.36rem;
 			text-align: center;
 		}
 
@@ -36,7 +36,7 @@
 			white-space: nowrap;
 			overflow: hidden;
 			padding-left: 0.06rem;
-			font-size: 0.28rem;
+			font-size: 0.3rem;
 			text-align: center;
 		}