UI修改.

This commit is contained in:
18631081161 2026-01-27 19:29:39 +08:00
parent 77232bc303
commit 50564cdd25
5 changed files with 21 additions and 29 deletions

View File

@ -255,7 +255,7 @@ export default {
} }
.checkbox-text { .checkbox-text {
color: #d3d3d3; color: #FFFFFF;
font-size: 20rpx; font-size: 20rpx;
margin-left: 12rpx; margin-left: 12rpx;
} }

View File

@ -253,7 +253,7 @@ export default {
} }
.btn { .btn {
width: 120rpx; width: 128rpx;
height: 68rpx; height: 68rpx;
position: relative; position: relative;
margin: 0 12rpx; margin: 0 12rpx;

View File

@ -23,8 +23,7 @@
<view class="ml30">倒计时{{ secNum }}S</view> <view class="ml30">倒计时{{ secNum }}S</view>
</view> </view>
<view class="header-title center" <view class="header-title center">
:style="{ background: 'url(' + $img1('common/chouTitle.png') + ') no-repeat 0 0 / 100% 100%', }">
<text> <text>
<template></template> <template></template>
</text> </text>
@ -761,7 +760,7 @@
background-color: #F3F3F3; background-color: #F3F3F3;
.header { .header {
width: 750rpx; width: 100%;
height: 722rpx; height: 722rpx;
// margin-top: 130rpx; // margin-top: 130rpx;
background-color: #d8d8d8; background-color: #d8d8d8;
@ -777,13 +776,14 @@
&-goodsTitel { &-goodsTitel {
position: absolute; position: absolute;
font-weight: 400; font-weight: 400;
font-size: 24rpx; font-size: 32rpx;
width: 100%;
color: #ffffff; color: #ffffff;
left: 50%; left: 50%;
text-align: center;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 24rpx; bottom: 130rpx;
z-index: 2; z-index: 2;
// text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
} }
&-suoxiang { &-suoxiang {
@ -825,11 +825,13 @@
&-title { &-title {
position: absolute; position: absolute;
padding: 0 20rpx; padding: 0 20rpx;
width: 280rpx; width: 298.8rpx;
height: 44rpx; height: 60.16rpx;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);
bottom: 78rpx; background-color: #FFF33E;
bottom: 54rpx;
border-radius: 10rpx;
z-index: 10; z-index: 10;
>text:nth-child(2n + 1) { >text:nth-child(2n + 1) {

View File

@ -24,10 +24,9 @@
style="width: 88rpx; height: 88rpx; background-color: #1e88e5; position: absolute; border-radius: 50%; left: 0rpx;"> style="width: 88rpx; height: 88rpx; background-color: #1e88e5; position: absolute; border-radius: 50%; left: 0rpx;">
</view> </view>
<view class="" <image class="" :src="$img1('common/reward_notice.png')"
style="width: 84rpx; height: 94rpx; background-color: #1e88e5; position: absolute; right: 0rpx;"> style="width: 84rpx; height: 94rpx; position: absolute; right: 0rpx;">
</image>
</view>
<view class="row" <view class="row"
style="width: 566rpx; height: 72rpx; background: radial-gradient(circle at center, #FFE95B 0%, #FFC402 100%);"> style="width: 566rpx; height: 72rpx; background: radial-gradient(circle at center, #FFE95B 0%, #FFC402 100%);">
@ -63,7 +62,7 @@
:src="$img1('/image/a6548-pw1cx.webp')"></image> --> :src="$img1('/image/a6548-pw1cx.webp')"></image> -->
<text style="color: black; font-weight: 600; margin-bottom: 20rpx">今日推荐</text> <text style="color: black; font-weight: 600; margin-bottom: 20rpx">今日推荐</text>
<view class="flex row align-center" <view class="flex row align-center"
style="width: 100%; height: 230rpx; justify-content: space-between; overflow: auto;"> style="width: 100%; height: 260rpx; padding: 20rpx 15rpx; box-sizing: border-box; justify-content: space-between; overflow-x: auto; overflow-y: visible;">
<view v-for="(item, index) in tuijian" class="recommend_item" :key="index"> <view v-for="(item, index) in tuijian" class="recommend_item" :key="index">
<image class="" style="width: 200rpx; height: 200rpx; border-radius: 10rpx" :src="item.imgurl" <image class="" style="width: 200rpx; height: 200rpx; border-radius: 10rpx" :src="item.imgurl"
@click="$c.navTo(item, index)"></image> @click="$c.navTo(item, index)"></image>
@ -418,6 +417,8 @@
background-color: gray; background-color: gray;
margin-right: 40rpx; margin-right: 40rpx;
border-radius: 10rpx; border-radius: 10rpx;
//
box-shadow: 0 0 15rpx 2rpx rgba(0, 0, 0, 0.3);
} }
.navLeft { .navLeft {
@ -831,6 +832,7 @@
position: relative; position: relative;
background-color: #f8f8f8; background-color: #f8f8f8;
border-radius: 16rpx; border-radius: 16rpx;
box-shadow: 0 0 15rpx 3rpx rgba(0, 0, 0, 0.2);
// background: url($imgurl+'common/goodsBg.png') no-repeat 0 0 / 100% 100%; // background: url($imgurl+'common/goodsBg.png') no-repeat 0 0 / 100% 100%;
.image1 { .image1 {
@ -1119,16 +1121,4 @@
transform: scale(1); transform: scale(1);
} }
} }
.group-fixed1 {
//
}
.pop-ball {
//
}
.pop-ball-close {
//
}
</style> </style>

View File

@ -21,7 +21,7 @@
</view> </view>
<view class="form-item"> <view class="form-item">
<view class="form-label">ID:</view> <view class="form-label">UID:</view>
<view class="form-input"> <view class="form-input">
<input disabled :value="uid" /> <input disabled :value="uid" />
</view> </view>