Compare commits

..

No commits in common. "109a522322c37118e7b79bac0c41f5cb78f43621" and "b4059c6792f154b6890105cc1dcc81b4b307296b" have entirely different histories.

2 changed files with 1 additions and 27 deletions

View File

@ -13,11 +13,7 @@
<view class="body">
<view class="cardItem">
<view class="cardItemTop">
<!-- <image class="cardImg" src="" mode="aspectFill"></image> -->
<view class="cardImg">
<view class="cardImgText">车辆保养卡</view>
<image class="cardImgBg" src="../../static/images/cardRollBg.png" mode="aspectFit"></image>
</view>
<image class="cardImg" src="" mode="aspectFill"></image>
<view class="cardInfo">
<view class="cardName">车辆保养卡</view>
<view class="cardEndDate">2024-09-20</view>
@ -102,28 +98,6 @@
width: 136rpx;
height: 100rpx;
background-color: #efefef;
display: flex;
align-items: center;
justify-content: center;
position: relative;
.cardImgText {
color: #fff;
font-size: 24rpx;
position: relative;
z-index: 2;
}
.cardImgBg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
}
.cardInfo {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB