This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
upload
shopAdd
HolyKnightIX
2 years ago
parent
23c568fa0e
commit
718eed669e
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
pages/passCar/showList/showList.wxml
+8
-0
pages/passCar/showList/showList.wxss
+ 3
- 0
pages/passCar/showList/showList.wxml
View 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
View 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;
}
Write
Preview
Loading…
Cancel
Save