Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
weapp
/
C
Seguir
8
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
66
Wiki
Actividad
Explorar el Código
upload
shopAdd
HolyKnightIX
hace 2 años
padre
23c568fa0e
commit
718eed669e
Se han
modificado 2 ficheros
con
11 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
pages/passCar/showList/showList.wxml
+8
-0
pages/passCar/showList/showList.wxss
+ 3
- 0
pages/passCar/showList/showList.wxml
Ver fichero
@@ -9,6 +9,9 @@
<view class="detail">
查看详情
</view>
<view class="notice" wx:if="{{item.parkNotify!=1}}">
未通知停车场
</view>
</view>
</view>
</view>
+ 8
- 0
pages/passCar/showList/showList.wxss
Ver fichero
@@ -25,4 +25,12 @@ page {
right: 40rpx;
top: 50%;
transform: translateY(-50%);
}
.list .item .notice {
position: absolute;
right: 40rpx;
top: 25rpx;
transform: translateY(-50%);
color: #ff0000;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar