diff --git a/components/diy_notice/diy_notice.wxml b/components/diy_notice/diy_notice.wxml index 16453d8..6086942 100644 --- a/components/diy_notice/diy_notice.wxml +++ b/components/diy_notice/diy_notice.wxml @@ -1,6 +1,6 @@ - + @@ -13,7 +13,24 @@ - + + + + + + + + + {{object.noticetxt}} + {{object.noticetxt}} + {{object.noticetxt}} + + + + + + + diff --git a/components/diy_title/diy_title.wxml b/components/diy_title/diy_title.wxml index 92f7796..eba7b92 100644 --- a/components/diy_title/diy_title.wxml +++ b/components/diy_title/diy_title.wxml @@ -9,12 +9,36 @@ {{object.title_name}} + + {{object.title_name}} + + {{object.title_name}} - + + + + + {{object.title_right}} + + + + + + + + + {{object.title_right}} + + + + + + + {{object.title_right}} @@ -22,5 +46,6 @@ + diff --git a/pages/goods/goodsInfo/goodsInfo.wxss b/pages/goods/goodsInfo/goodsInfo.wxss index 52009d0..027b2d2 100644 --- a/pages/goods/goodsInfo/goodsInfo.wxss +++ b/pages/goods/goodsInfo/goodsInfo.wxss @@ -3718,10 +3718,11 @@ button.custom-service::after { .poster-container { box-sizing: border-box; position: fixed; + width: 610rpx; top: 50%; left: 50%; transform: translate(-50%, -50%); - width: calc(100% - 210rpx); + /* width: calc(100% - 210rpx); */ z-index: 1000; } @@ -3742,7 +3743,7 @@ button.custom-service::after { .poster { box-sizing: border-box; width: 100%; - height: 940rpx; + height: 980rpx; border-radius: 16rpx; /* box-shadow: 0 8px 12px #666; */ position: relative;