Browse Source

auto commit

gcz 4 years ago
parent
commit
93170bdabc
2 changed files with 3 additions and 2 deletions
  1. 1 1
      config/config.js
  2. 2 1
      pages/index/index.css

+ 1 - 1
config/config.js

@@ -28,7 +28,7 @@ const config = {
 	// innerImgUrl:"../../../static/img/",
 	innerImgUrl:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
 	// 云图片(产品)
-	onlineImg:"http://cqth.hw.hongweisoft.com/ht/",
+	onlineImg:"http://fqn.hongweisoft.com/",
 	// 七牛云
 	qnyImg:"http://fqn.hongweisoft.com/cqcarbon/wxapp/",
 }

+ 2 - 1
pages/index/index.css

@@ -31,8 +31,9 @@ page{background-color: #f5f5f5;}
 .type-nav-item-subtil{font-size: 24rpx;color: #999;line-height: 33rpx;font-weight: 400;}
 .type-nav-item.active .active-bg{width: 78rpx;margin-left: -39rpx;height: 54rpx;margin-top: -27rpx;position: absolute;left: 50%;top: 50%;z-index: -1;}
 
-.product-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
+.product-list{display: flex;justify-content: flex-start;flex-wrap: wrap;}
 .product-list-item{width: 200rpx;height: 200rpx;position: relative;margin-bottom: 18rpx;overflow: hidden;border-radius: 16rpx;text-align: center;}
+.product-list-item:nth-child(3n-1){margin-left: 10rpx;margin-right: 10rpx;}
 .product-list-item .product-img{width: 100%;height: 100%;}
 .product-list-item .product-text{position: absolute;left: 0;bottom: 0;right: 0;height: 56rpx;line-height: 56rpx;font-size: 24rpx;color: #fff;padding-left: 16rpx;overflow: hidden;text-overflow: ellipsis;background: rgba(0, 0, 0, 0.4);}