Explorar el Código

[门店详情][修改]:[门店详情样式的修改]

tags/江西版6.1.0
meo hace 6 años
padre
commit
c563eee575
Se han modificado 1 ficheros con 9 adiciones y 3 borrados
  1. +9
    -3
      pages/index/searchbar/detail/index.wxss

+ 9
- 3
pages/index/searchbar/detail/index.wxss Ver fichero

@@ -80,9 +80,6 @@
padding-left: 30rpx; padding-left: 30rpx;
} }


.merchant-brand view:nth-child(2) text:nth-child(1) {
margin-top: 20rpx;
}


.merchant-shop text, .merchant-phone text { .merchant-shop text, .merchant-phone text {
font-size: 30rpx; font-size: 30rpx;
@@ -153,9 +150,18 @@
width: 92%; width: 92%;
margin: 0 auto; margin: 0 auto;
} }
.merchant-brand view:nth-child(2) text:nth-child(1) {
margin-top: 20rpx;
}

.title{ .title{
font-size: 24rpx; font-size: 24rpx;
color: #666; color: #666;
width: 530rpx;
height: 40rpx;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
} }
.merchant-shop,.merchant-phone{ .merchant-shop,.merchant-phone{
width: 92%; width: 92%;


Cargando…
Cancelar
Guardar