diff --git a/packages/homeServer/serverInfo/index.vue b/packages/homeServer/serverInfo/index.vue index 05bf3a4b..2b572e68 100644 --- a/packages/homeServer/serverInfo/index.vue +++ b/packages/homeServer/serverInfo/index.vue @@ -179,7 +179,7 @@ export default { NavgateTo("../vendor/index"); }, selectMaster() { - NavgateTo("../chooseMaster/index"); + NavgateTo("../searchInfo/index"); }, lookImage(item, index) { // 提取所有图片URL diff --git a/packages/shop/index/index.css b/packages/shop/index/index.css index 6ef2055d..b32b66ae 100644 --- a/packages/shop/index/index.css +++ b/packages/shop/index/index.css @@ -158,6 +158,7 @@ page { overflow: hidden; position: relative; overflow-y: auto; + margin-bottom: 150rpx; } .CateInfo_tit { @@ -197,7 +198,28 @@ page { height: 140rpx; border-radius: 20rpx 20rpx 20rpx 20rpx; overflow: hidden; - margin-right: 3rpx; + margin-right: 15rpx; + position: relative; +} + +.tag { + background-color: #ff7d00; + color: white; + font-size: 22rpx; + padding: 5rpx 10rpx; + border-radius: 20rpx 0 20rpx 20rpx; +} + +.tag-img { + position: absolute; + top: 0; + left: 0; + z-index: 1; +} + +.tag-text { + display: inline-block; + vertical-align: middle; margin-right: 20rpx; } @@ -485,8 +507,12 @@ page { .GGItem_Image { width: 120rpx; height: 100rpx; - border-radius: 20rpx 20rpx 20rpx 20rpx; - margin-right: 20rpx; + margin: 0 20rpx 20rpx 0; + position: relative; +} + +.GGItem_Image image{ + border-radius: 20rpx; } .GGItem_Con_Tit { @@ -528,16 +554,16 @@ page { left: 0; right: 0; top: 0; - bottom: 0; + bottom: 0; } -.shadowBox1{ +.shadowBox1 { height: 250rpx; width: 100%; background-color: #fff; } -.shop_car{ +.shop_car { width: 140rpx; height: 140rpx; position: fixed; @@ -545,7 +571,8 @@ page { bottom: 180rpx; z-index: 10; } -.shop_car image{ + +.shop_car image { width: 100%; height: 100%; } diff --git a/packages/shop/index/index.vue b/packages/shop/index/index.vue index f221e85f..13987287 100644 --- a/packages/shop/index/index.vue +++ b/packages/shop/index/index.vue @@ -139,7 +139,7 @@
-