热更新

This commit is contained in:
2024-06-13 10:04:13 +08:00
parent e595e034dc
commit 7eaaf64a22
1180 changed files with 70026 additions and 731709 deletions

View File

@@ -16,7 +16,7 @@
<view
class="main_content_box"
:style="`height:calc(100vh - ${(175 + statusBarHeight) * 2}rpx)`"
:style="`height:calc(100vh - ${(120 + statusBarHeight) * 2}rpx)`"
>
<view class="curriculum_box cate_box">
<view
@@ -519,7 +519,7 @@ function calcTimer(timer) {
@import "@/style/mixin.scss";
.header_box {
width: 100%;
height: 250rpx;
height: 260rpx;
background-repeat: no-repeat;
display: flex;
@@ -603,8 +603,8 @@ function calcTimer(timer) {
.flash_sale_top {
width: 100%;
height: 61rpx;
background: #edfcf7;
box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(0, 82, 79, 0.4);
background: #B7E0E2;
box-shadow: 0rpx 0rpx 6rpx 0rpx #E9DCCC;
border-radius: 7rpx;
padding: 3rpx 18rpx 3rpx 10rpx;
box-sizing: border-box;
@@ -793,7 +793,7 @@ function calcTimer(timer) {
}
}
/deep/.scroll-view-item:nth-child(2n-1) {
// background-color: #edfcf7 !important;
// background-color: #B7E0E2 !important;
background-color: #fff !important;
}
</style>