Browse Source

[返回首页图标][修改]:[返回首页图标]

tags/湖南版5.1.4
meo 6 years ago
parent
commit
2fa5f4b06d
4 changed files with 4 additions and 6 deletions
  1. +0
    -1
      pages/bargain/bargainDatail/bargainDatail.wxss
  2. +2
    -3
      pages/coupon/detail/index.wxss
  3. +1
    -1
      pages/spellDetail/index.js
  4. +1
    -1
      utils/imgurl.js

+ 0
- 1
pages/bargain/bargainDatail/bargainDatail.wxss View File

@@ -244,7 +244,6 @@ page{
background:rgba(255,255,255,1);
line-height: 95rpx;
border:1rpx solid rgba(227,227,227,1);
box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
border-radius:50%;
}
.goback image{


+ 2
- 3
pages/coupon/detail/index.wxss View File

@@ -309,14 +309,13 @@ button::after{ border: none; }
height:95rpx;
background:rgba(255,255,255,1);
line-height: 95rpx;
border:1rpx solid rgba(227,227,227,1);
box-shadow:0px 8px 8px 1px rgba(189,189,189,0.32);
border:1px solid rgba(227,227,227,1);
border-radius:48rpx;
margin-left: 25rpx;
}
.goback image{
position: absolute;
width: 60rpx;
width: 70rpx;
left: 0;
right: 0;
top: 0;


+ 1
- 1
pages/spellDetail/index.js View File

@@ -13,7 +13,7 @@ Page({
spellBg: imgurl.spellBg.url,
position: imgurl.position.url,
close03: imgurl.close03.url,
home: imgurl.home.url,
home: imgurl.wmhome.url,
paramData: null,
data: null,
clock: "00",


+ 1
- 1
utils/imgurl.js View File

@@ -477,7 +477,7 @@ module.exports = {
'name': '成功'
},
'wmhome': {
'url': baseUrl + 'wmhome.png',
'url': baseUrl + 'gobackhome.png',
'name': '首页'
},
'wmhelp': {


Loading…
Cancel
Save