Bläddra i källkod

个人资料css

wkyy 2 år sedan
förälder
incheckning
d577e8009b
2 ändrade filer med 6 tillägg och 3 borttagningar
  1. 1 0
      assets/img/account-box-fill.svg
  2. 5 3
      pages/user/dataSet.vue

+ 1 - 0
assets/img/account-box-fill.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path d="M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H4.995A1.995 1.995 0 0 1 3 19.005V4.995zM6.357 18h11.49a6.992 6.992 0 0 0-5.745-3 6.992 6.992 0 0 0-5.745 3zM12 13a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/></svg>

+ 5 - 3
pages/user/dataSet.vue

@@ -45,8 +45,10 @@
 			<!-- 真实姓名 -->
 			<view class="userCell-item">
 				<view class="userCell-title oldTextjp" oldstyle="font-size: 20px;">
-					<text class="user"><img style="visibility: middle;;" src="../../assets/img/edit-box-fill.svg"
-							alt=""></text>
+					<text class="user">
+						<svg style="visibility: middle;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#00B962" d="M3 4.995C3 3.893 3.893 3 4.995 3h14.01C20.107 3 21 3.893 21 4.995v14.01A1.995 1.995 0 0 1 19.005 21H4.995A1.995 1.995 0 0 1 3 19.005V4.995zM6.357 18h11.49a6.992 6.992 0 0 0-5.745-3 6.992 6.992 0 0 0-5.745 3zM12 13a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7z"/>
+						</svg>
+					</text>
 					<p class="oldTextjp" oldstyle="font-size: 18px;">姓名</p>
 				</view>
 				<view class="userCell-content oldTextjp2" oldstyle="font-size: 18px;" @click="maskShow2">
@@ -168,7 +170,7 @@
 					<p class="oldTextjp" oldstyle="font-size: 18px;">注销账号</p>
 				</view>
 				<view class="userCell-content">
-					<view class="value black" :style="elderStatus ? 'font-size: 16px;' : 'font-size: 14px;'">
+					<view class="value black" :style="elderStatus ? 'font-size: 14px;' : 'font-size: 12px;'">
 						注销后无法恢复,请谨慎操作
 					</view>
 					<u-icon name="arrow-right-s-line" custom-prefix="custom-icon" color="#B3B3B3" size="48"></u-icon>