Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
weapp
/
C
Segui
8
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
66
Wiki
Attività
Sfoglia il codice sorgente
upload
shopAdd
HolyKnightIX
2 anni fa
parent
23c568fa0e
commit
718eed669e
2 ha cambiato i file
con
11 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+3
-0
pages/passCar/showList/showList.wxml
+8
-0
pages/passCar/showList/showList.wxss
+ 3
- 0
pages/passCar/showList/showList.wxml
Vedi File
@@ -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
Vedi File
@@ -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;
}
Scrivi
Anteprima
Caricamento…
Annulla
Salva