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

View File

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

View File

@ -29,7 +29,7 @@
<view class="user_detail_tip" @click="toruzhu">
<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'"
mode="widthFix" style="width:26rpx ;"></image>
mode="" style="width:30rpx;height:30rpx ;"></image>
<view class="user_detail_tip_phone" style="margin-left: -10rpx;">
{{ (userInfo.credentials_state === 2 || (userInfo.id_type > 0 &&
userInfo.credentials_state === 0)) ? '认证通过' : userInfo.credentials_state === 1 ?
@ -37,7 +37,7 @@
</view>
<image mode="widthFix"
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>
@ -843,13 +843,13 @@ export default {
return;
}
// if (!this.isLogin) {
// uni.showToast({
// title: "使",
// icon: "none",
// });
// return;
// }
//
if (!this.isLogin) {
uni.navigateTo({
url: '/pages/blogPopup/blogPopup'
});
return;
}
if (item.path == "/pages/ruzhu/ruzhu") {
request.post("/sj/userSjAuth/details", {
@ -1100,9 +1100,9 @@ page {
align-items: center;
.avatar {
width: 124rpx;
height: 124rpx;
border: 4rpx solid #fff;
width: 110rpx;
height: 110rpx;
border: 2rpx solid #fff;
box-sizing: border-box;
border-radius: 64rpx;
margin-right: 20rpx;
@ -1110,8 +1110,8 @@ page {
position: relative;
.avatar-img {
width: 116rpx;
height: 116rpx;
width: 110rpx;
height: 110rpx;
border-radius: 64rpx;
margin-right: 20rpx;
}
@ -1131,7 +1131,7 @@ page {
.nickname {
font-weight: 500;
font-size: 32rpx;
font-size: 34rpx;
color: #333333;
line-height: 45rpx;
text-align: left;
@ -1688,10 +1688,9 @@ button::after {
height: 28rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
font-size: 24rpx;
color: #6A574E;
line-height: 28rpx;
text-align: left;
line-height: 30rpx;
font-style: normal;
}