lalala 6 年之前
父節點
當前提交
90264a3bf3
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 1 0
      mobile-code/src/pages/shop/index.vue
  2. 3 1
      mobile-code/src/static/css/common.scss

+ 1 - 0
mobile-code/src/pages/shop/index.vue

@@ -93,6 +93,7 @@ export default {
 				}
 				}
 			}
 			}
 			.list-icon {
 			.list-icon {
+				margin-right: 10px;
 				.iconfont {
 				.iconfont {
 					color: $mainColor;
 					color: $mainColor;
 					font-weight: bold;
 					font-weight: bold;

+ 3 - 1
mobile-code/src/static/css/common.scss

@@ -49,10 +49,12 @@ page, body {
     font-size: 28px;
     font-size: 28px;
     padding: 20px 30px;
     padding: 20px 30px;
 	background-color: #fff;
 	background-color: #fff;
-	border-radius: 60px;
+	border-radius: 100px;
 	border: 1px solid $mainColor;
 	border: 1px solid $mainColor;
 	text-align: center;
 	text-align: center;
 	line-height: 1;
 	line-height: 1;
+	margin-left: 0;
+	margin-right: 0;
 }
 }
 .button-com.red {
 .button-com.red {
 	color: #fff;
 	color: #fff;