UI改样式

This commit is contained in:
丁杰 2026-06-04 15:58:34 +08:00
parent adf6cea0b7
commit 62632e0aff
3 changed files with 28 additions and 28 deletions

View File

@ -186,7 +186,7 @@ export default {
} }
.brand-name { .brand-name {
font-size: 24rpx; font-size: 26rpx;
font-weight: 500; font-weight: 500;
color: #333333; color: #333333;
line-height: 34rpx; line-height: 34rpx;
@ -212,14 +212,14 @@ export default {
} }
.tag-icon { .tag-icon {
width: 24rpx; width: 26rpx;
height: 22rpx; height: 24rpx;
margin-right: 6rpx; margin-right: 6rpx;
flex-shrink: 0; flex-shrink: 0;
} }
.tag-text { .tag-text {
font-size: 20rpx; font-size: 22rpx;
line-height: 28rpx; line-height: 28rpx;
white-space: nowrap; white-space: nowrap;
margin-top: 4rpx; margin-top: 4rpx;

View File

@ -1049,7 +1049,7 @@ page {
.update-time { .update-time {
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 22rpx;
color: #8E694D; color: #8E694D;
line-height: 28rpx; line-height: 28rpx;
text-align: left; text-align: left;
@ -1065,7 +1065,7 @@ page {
.header-right { .header-right {
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 22rpx;
color: #666666; color: #666666;
line-height: 28rpx; line-height: 28rpx;
} }
@ -1094,7 +1094,7 @@ page {
height: 42rpx; height: 42rpx;
font-family: PingFangTC, PingFangTC; font-family: PingFangTC, PingFangTC;
font-weight: bold; font-weight: bold;
font-size: 30rpx; font-size: 34rpx;
color: #333333; color: #333333;
line-height: 42rpx; line-height: 42rpx;
} }
@ -1103,7 +1103,7 @@ page {
height: 28rpx; height: 28rpx;
font-family: PingFangTC, PingFangTC; font-family: PingFangTC, PingFangTC;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 22rpx;
color: #858796; color: #858796;
line-height: 28rpx; line-height: 28rpx;
text-align: left; text-align: left;
@ -1239,7 +1239,7 @@ page {
.action-text { .action-text {
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 28rpx;
color: #101010; color: #101010;
line-height: 33rpx; line-height: 33rpx;
text-align: left; text-align: left;
@ -1526,6 +1526,7 @@ page {
margin-top: 10rpx; margin-top: 10rpx;
.type-icon { .type-icon {
border: 1rpx solid #D6CAC0;
width: 26rpx; width: 26rpx;
height: 26rpx; height: 26rpx;
margin-right: 8rpx; margin-right: 8rpx;
@ -1539,7 +1540,7 @@ page {
font-size: 24rpx; font-size: 24rpx;
color: #E55463; color: #E55463;
line-height: 33rpx; line-height: 33rpx;
padding: 2rpx 10rpx; padding: 2rpx 10rpx 0 10rpx;
} }
} }

View File

@ -29,7 +29,7 @@
<view class="user_detail_tip" @click="toruzhu"> <view class="user_detail_tip" @click="toruzhu">
<image <image
:src="(userInfo.credentials_state === 2 || (userInfo.id_type > 0 && userInfo.credentials_state === 0)) ? 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/13cd25db-5b52-4d36-bad2-ee8680eed65f.png' : 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/711e35a8-a7a1-4eb2-8a76-52ac9795fa7e.png'" :src="(userInfo.credentials_state === 2 || (userInfo.id_type > 0 && userInfo.credentials_state === 0)) ? 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/13cd25db-5b52-4d36-bad2-ee8680eed65f.png' : 'https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/711e35a8-a7a1-4eb2-8a76-52ac9795fa7e.png'"
mode="widthFix" style="width:26rpx ;"></image> mode="" style="width:30rpx;height:30rpx ;"></image>
<view class="user_detail_tip_phone" style="margin-left: -10rpx;"> <view class="user_detail_tip_phone" style="margin-left: -10rpx;">
{{ (userInfo.credentials_state === 2 || (userInfo.id_type > 0 && {{ (userInfo.credentials_state === 2 || (userInfo.id_type > 0 &&
userInfo.credentials_state === 0)) ? '认证通过' : userInfo.credentials_state === 1 ? userInfo.credentials_state === 0)) ? '认证通过' : userInfo.credentials_state === 1 ?
@ -37,7 +37,7 @@
</view> </view>
<image mode="widthFix" <image mode="widthFix"
src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/89f929a5-1486-481f-a696-af520a6bb0f2.png" src="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/89f929a5-1486-481f-a696-af520a6bb0f2.png"
style="width:6rpx ;margin-left: -6rpx;" /> style="width:8rpx ;margin-left: -6rpx;" />
</view> </view>
</view> </view>
@ -843,13 +843,13 @@ export default {
return; return;
} }
// if (!this.isLogin) { //
// uni.showToast({ if (!this.isLogin) {
// title: "使", uni.navigateTo({
// icon: "none", url: '/pages/blogPopup/blogPopup'
// }); });
// return; return;
// } }
if (item.path == "/pages/ruzhu/ruzhu") { if (item.path == "/pages/ruzhu/ruzhu") {
request.post("/sj/userSjAuth/details", { request.post("/sj/userSjAuth/details", {
@ -1100,9 +1100,9 @@ page {
align-items: center; align-items: center;
.avatar { .avatar {
width: 124rpx; width: 110rpx;
height: 124rpx; height: 110rpx;
border: 4rpx solid #fff; border: 2rpx solid #fff;
box-sizing: border-box; box-sizing: border-box;
border-radius: 64rpx; border-radius: 64rpx;
margin-right: 20rpx; margin-right: 20rpx;
@ -1110,8 +1110,8 @@ page {
position: relative; position: relative;
.avatar-img { .avatar-img {
width: 116rpx; width: 110rpx;
height: 116rpx; height: 110rpx;
border-radius: 64rpx; border-radius: 64rpx;
margin-right: 20rpx; margin-right: 20rpx;
} }
@ -1131,7 +1131,7 @@ page {
.nickname { .nickname {
font-weight: 500; font-weight: 500;
font-size: 32rpx; font-size: 34rpx;
color: #333333; color: #333333;
line-height: 45rpx; line-height: 45rpx;
text-align: left; text-align: left;
@ -1688,10 +1688,9 @@ button::after {
height: 28rpx; height: 28rpx;
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 400; font-weight: 400;
font-size: 20rpx; font-size: 24rpx;
color: #6A574E; color: #6A574E;
line-height: 28rpx; line-height: 30rpx;
text-align: left;
font-style: normal; font-style: normal;
} }