Commit 98678044 authored by jt's avatar jt

x

parent 65f40fc8
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
justify-content: space-between; justify-content: space-between;
.credits_sale_title { .credits_sale_title {
font-size: 32rpx; font-size: 30rpx;
font-weight: bold; font-weight: 600;
margin-left: 16rpx; margin-left: 16rpx;
color: #1d1e25; color: #1d1e25;
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
.tab_time_text { .tab_time_text {
&.start_time_text { &.start_time_text {
font-size: 30rpx; font-size: 30rpx;
font-weight: 100; font-weight: 600;
// 颜色通过内联样式动态设置 // 颜色通过内联样式动态设置
} }
} }
...@@ -319,8 +319,8 @@ ...@@ -319,8 +319,8 @@
width: 100%; width: 100%;
height: 220rpx; // 正方形,宽度撑满父级 height: 220rpx; // 正方形,宽度撑满父级
background: #f5f5f5; background: #f5f5f5;
border-radius: 10rpx; border-radius: 18rpx;
margin-bottom: 10rpx; margin-bottom: 18rpx;
border: 2rpx dashed #e0e0e0; border: 2rpx dashed #e0e0e0;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
...@@ -329,6 +329,7 @@ ...@@ -329,6 +329,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
border-radius: 18rpx;
} }
} }
...@@ -379,6 +380,7 @@ ...@@ -379,6 +380,7 @@
.credits_sale_button_text { .credits_sale_button_text {
font-size: 24rpx; font-size: 24rpx;
color: #fff; color: #fff;
font-weight: 500;
} }
&.disabled .credits_sale_button_text { &.disabled .credits_sale_button_text {
...@@ -405,7 +407,7 @@ ...@@ -405,7 +407,7 @@
.good_image_placeholder { .good_image_placeholder {
width: 260rpx; width: 260rpx;
height: 260rpx; height: 260rpx;
border-radius: 15rpx; border-radius: 18rpx;
flex-shrink: 0; flex-shrink: 0;
position: relative; position: relative;
overflow: hidden; overflow: hidden;
...@@ -415,6 +417,7 @@ ...@@ -415,6 +417,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
object-fit: cover; object-fit: cover;
border-radius: 18rpx;
} }
} }
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<view class="credits_sale_section" v-if="shouldShowSection"> <view class="credits_sale_section" v-if="shouldShowSection">
<!-- 标题区域 --> <!-- 标题区域 -->
<view class="credits_sale_area"> <view class="credits_sale_area">
<text class="credits_sale_title" :class="`item-${itemIndex}`" :style="{ color: getColor('textColor')[itemIndex] }">积分限时</text> <text class="credits_sale_title" :class="`item-${itemIndex}`" :style="{ color: getColor('textColor')[itemIndex] }">积分限时秒杀</text>
</view> </view>
<!-- 积分限时购内容容器 --> <!-- 积分限时购内容容器 -->
......
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