Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
weapp
/
C
Observar
8
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
66
Wiki
Atividade
Ver código fonte
upload
shopAdd
HolyKnightIX
2 anos atrás
pai
23c568fa0e
commit
718eed669e
2 arquivos alterados
com
11 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-0
pages/passCar/showList/showList.wxml
+8
-0
pages/passCar/showList/showList.wxss
+ 3
- 0
pages/passCar/showList/showList.wxml
Ver arquivo
@@ -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 arquivo
@@ -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;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar