Commit 98678044 authored by jt's avatar jt

x

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