Ver código fonte

[详情页样式的修改]

tags/2.2.4
meo 6 anos atrás
pai
commit
a177798c29
2 arquivos alterados com 2 adições e 1 exclusões
  1. +1
    -1
      pages/bannerdetail/index.wxss
  2. +1
    -0
      pages/couponorder/detail/index.wxss

+ 1
- 1
pages/bannerdetail/index.wxss Ver arquivo

@@ -25,7 +25,7 @@
height: 120rpx; height: 120rpx;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
padding: 0 4%;
padding: 0 4% 4%;
background: #fff; background: #fff;
} }




+ 1
- 0
pages/couponorder/detail/index.wxss Ver arquivo

@@ -71,6 +71,7 @@
border-radius:50%; border-radius:50%;
} }
.qrcode > canvas { .qrcode > canvas {
position: relative;
width: 400rpx; width: 400rpx;
height: 400rpx; height: 400rpx;
} }


Carregando…
Cancelar
Salvar