浏览代码

商品列表修改

hwb0 3 年之前
父节点
当前提交
c4955d6073
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 2 1
      packageGoods/goods/list.vue
  2. 3 1
      pages/core/index.vue

+ 2 - 1
packageGoods/goods/list.vue

@@ -257,11 +257,12 @@
 					&-coin {
 						height: 30rpx;
 						font-size: 24rpx;
-						justify-content: flex-start;
+						justify-content: space-between;
 						margin-bottom: 24rpx;
 						
 						&__left {
 							margin-right: 24rpx;
+							font-size: 28rpx;
 							font-weight: bold;
 							
 							image {

+ 3 - 1
pages/core/index.vue

@@ -599,12 +599,14 @@
 					
 					&-coin {
 						height: 30rpx;
+						
 						font-size: 24rpx;
-						justify-content: flex-start;
+						justify-content: space-between;
 						margin-bottom: 24rpx;
 						
 						&__left {
 							margin-right: 24rpx;
+							font-size: 28rpx;
 							font-weight: bold;
 							
 							image {