sytle:图片

This commit is contained in:
田柯
2025-01-06 13:57:36 +08:00
parent a9d99871a3
commit 7343bf0e3c
21 changed files with 2776 additions and 76 deletions
+13 -11
View File
@@ -29,7 +29,7 @@
<view class="function-item" @click="navigateTo('/pages/order/index')">
<view class="item-left">
<view class="icon-wrap order">
<view class="icon-placeholder"></view>
<!-- <view class="icon-placeholder"></view> -->
</view>
<text class="title">租借记录</text>
</view>
@@ -40,7 +40,7 @@
<view class="function-item" @click="navigateTo('/pages/feedback/index')">
<view class="item-left">
<view class="icon-wrap feedback">
<view class="icon-placeholder"></view>
<!-- <view class="icon-placeholder"></view> -->
</view>
<text class="title">投诉与建议</text>
</view>
@@ -51,7 +51,7 @@
<view class="function-item" @click="navigateTo('/pages/help/index')">
<view class="item-left">
<view class="icon-wrap help">
<view class="icon-placeholder"></view>
<!-- <view class="icon-placeholder"></view> -->
</view>
<text class="title">帮助中心</text>
</view>
@@ -116,7 +116,7 @@ export default {
height: 120rpx;
border-radius: 60rpx;
overflow: hidden;
background: #fff;
background: url('../../static/head.png') center/cover no-repeat;
margin-right: 30rpx;
border: 4rpx solid rgba(255,255,255,0.3);
@@ -233,15 +233,15 @@ export default {
.icon-wrap {
width: 80rpx;
height: 80rpx;
border-radius: 16rpx;
margin-right: 20rpx;
display: flex;
align-items: center;
justify-content: center;
&.order {
background: #E3F2FD;
color: #1976D2;
background: url('../../static/jl.png') center/cover no-repeat;
width: 50rpx;
height: 50rpx;
}
&.deposit {
@@ -250,13 +250,15 @@ export default {
}
&.feedback {
background: #E8F5E9;
color: #4CAF50;
background: url('../../static/complaint.png') center/cover no-repeat;
width: 50rpx;
height: 50rpx;
}
&.help {
background: #F3E5F5;
color: #9C27B0;
background: url('../../static/hlep.png') center/cover no-repeat;
width: 50rpx;
height: 50rpx;
}
.icon-placeholder {