代码上传
This commit is contained in:
parent
fef0d65500
commit
0d13c74e6b
|
@ -11,7 +11,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 功能页 -->
|
<!-- 功能页 -->
|
||||||
<view style="background-color: #f5f9fa; height: calc(100rem - 3rem);">
|
<view style="background-color: #f5f9fa; height: 94vh;">
|
||||||
<view style="height: 20rpx;" />
|
<view style="height: 20rpx;" />
|
||||||
<view v-for="item in serve" :key="item.id" class="userlist">
|
<view v-for="item in serve" :key="item.id" class="userlist">
|
||||||
<view :class="{ active: item.id === 5 }">
|
<view :class="{ active: item.id === 5 }">
|
||||||
|
|
|
@ -124,7 +124,9 @@ const set = () => {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 1rem 0.8rem 1rem 1rem;
|
padding: 1rem 0.8rem 1rem 1rem;
|
||||||
background-color: #2c66a9;
|
background-image: url(@/static/wode/f9.png);
|
||||||
|
background-size: contain;
|
||||||
|
background-repeat: no-repeat;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
letter-spacing: 1.5px; /* 设置字符间距为2像素 */
|
letter-spacing: 1.5px; /* 设置字符间距为2像素 */
|
||||||
.user-icon {
|
.user-icon {
|
||||||
|
|
BIN
static/wode/f9.png
Normal file
BIN
static/wode/f9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user