浏览代码

1.调样式

guo 3 年之前
父节点
当前提交
ad31fc5aa5
共有 2 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      pages/mobile/index.vue
  2. 二进制
      static/mobile/icon_arrow@2x.png

+ 6 - 6
pages/mobile/index.vue

@@ -325,20 +325,20 @@
 
 	.item {
 		
-		width: calc((100vw - 75rpx) / 2);
+		width: 398rpx;
 		margin-right: 25rpx;
 	}
 
 	.swpImg {
 		
 		border-radius: 10rpx; 
-		width: calc((100vw - 75rpx) / 2);
+		width: 398rpx;
 		height: 226rpx;
 	}
 
 	.title {
 		font-size: 28rpx;
-		font-weight: bold;
+		
 		color: #3c3c3c;
 		/* 隐藏文字显示 ...不换行 */
 		overflow: hidden;
@@ -348,7 +348,6 @@
 	}
 	.itemTitle{
 		font-size: 28rpx;
-		font-weight: bold;
 		color: #3c3c3c;
 		/* 隐藏文字显示 ...不换行 */
 		overflow: hidden;
@@ -401,7 +400,7 @@
 	}
 	.allBtn{
 		font-size: 24rpx;
-		color: #3C3C3C;
+		color: #999999;
 	}
 
 	.sum {
@@ -418,7 +417,8 @@
 	.img2 {
 		width: calc((100vw - 75rpx) / 2);
 		height: 226rpx;
-		border-radius: 10rpx;
+		border-radius: 10rpx;
+		border: #EEEEEE 2rpx solid;
 	}
 	
 	.sift{

二进制
static/mobile/icon_arrow@2x.png