This commit is contained in:
nyoung 2024-08-21 23:58:48 +08:00
parent f41a91a9d9
commit eddf8c04ba

View File

@ -1,7 +1,7 @@
<template> <template>
<view class="content"> <view class="content">
<view style="background: #317dfa"> <view style="background: #317dfa;">
<view class="c-top"> <view class="c-top" style="padding-top: 50px">
<view style="width: 10%; height: 1px;"></view> <view style="width: 10%; height: 1px;"></view>
<view class="X-title">个人中心</view> <view class="X-title">个人中心</view>
<view style="width: 10%;font-size: 18px;font-weight: bold;color: white">···</view> <view style="width: 10%;font-size: 18px;font-weight: bold;color: white">···</view>
@ -524,12 +524,8 @@
.content { .content {
width: 100%; width: 100%;
height: calc(100vh); height: calc(100vh);
background: #f6f7fc;
// background: url('http://www.nuoyunr.com/lananRsc/jcbjt.png') center no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
box-sizing: border-box; box-sizing: border-box;
padding-top: 10%;
} }
.c-top { .c-top {
@ -715,7 +711,6 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
margin-top: 10px;
} }
.s-box { .s-box {