Commit 5a3d633e by lanse

update

parent 9571389a
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<view class="user-info-box"> <view class="user-info-box">
<view style="color: #fff; font-size: 1rem; font-weight: 500">{{ desensitization(store.$state.userInfo?.mobile) }}</view> <view style="color: #fff; font-size: 1rem; font-weight: 500">{{ desensitization(store.$state.userInfo?.mobile) }}</view>
<view style="font-size: 0.8125rem; color: #a6a6a6">{{ store.$state.userInfo?.true_name || t('index.tip1') }}</view> <view style="font-size: 0.8125rem; color: #a6a6a6">{{ store.$state.userInfo?.true_name || t('index.tip1') }}</view>
<!-- <span>{{ t('user.xinyongpingfen') }}{{ store.$state.userInfo?.score }}</span> --> <span style="font-size: 0.8125rem; color: #eaeaea">{{ t('user.xinyongpingfen') }}{{ store.$state.userInfo?.score }}</span>
</view> </view>
</view> </view>
<view class="user-info-right" @click="goPage('/subPackages/seting/seting')"> <view class="user-info-right" @click="goPage('/subPackages/seting/seting')">
...@@ -301,7 +301,7 @@ uni-view { ...@@ -301,7 +301,7 @@ uni-view {
border-radius: 1.25rem; border-radius: 1.25rem;
background: rgba(9, 40, 73, 0.5); background: rgba(9, 40, 73, 0.5);
// box-shadow: 0px 2px 0px 0px #fff inset; // box-shadow: 0px 2px 0px 0px #fff inset;
margin: 1.6875rem auto 0; margin: 0 auto 0;
padding: 1rem 0.9375rem 1.0313rem 0.9375rem; padding: 1rem 0.9375rem 1.0313rem 0.9375rem;
.user-info-buttom { .user-info-buttom {
...@@ -407,7 +407,6 @@ uni-view { ...@@ -407,7 +407,6 @@ uni-view {
.top { .top {
width: 100%; width: 100%;
height: 3.0625rem;
padding: 0.9375rem; padding: 0.9375rem;
...@@ -467,9 +466,8 @@ uni-view { ...@@ -467,9 +466,8 @@ uni-view {
color: #161616; color: #161616;
// line-height: 2.0625rem; // line-height: 2.0625rem;
span { span {
height: 0.625rem; // height: 0.625rem;
margin-bottom: 0.3125rem; // line-height: 0.625rem;
line-height: 0.625rem;
} }
} }
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment