Commit 5b8889ae authored by 王炽's avatar 王炽

66666

parent bda4ae61
No preview for this file type
......@@ -16,8 +16,8 @@ const {
// request.js
// 通常可以吧 baseUrl 单独放在一个 js 文件了
// const baseUrl = "http://172.16.230.108:7777/pmall";
const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
// let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
let baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
......@@ -21,38 +21,38 @@
.task_person_container {
position: relative;
width: 100%;
max-width: 750rpx;
background: #ffffff;
border-radius: 30rpx 30rpx 0 0;
// max-width: 750rpx;
background: #F8F8F8;
border-radius: 24rpx 24rpx 0 0;
box-shadow: 0 -4rpx 20rpx rgba(0, 0, 0, 0.1);
z-index: 2;
overflow-y: auto;
padding: 40rpx 30rpx;
padding: 0rpx 38rpx;
animation: slideUp 0.3s ease-out;
.task_person_header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
margin-top: 56rpx;
margin-bottom: 15rpx;
.task_person_title {
font-size: 50rpx;
font-weight: bold;
color: #D3A458;
text-align: center;
flex: 1;
font-size: 36rpx;
font-weight: bold;
color: #B27C1E;
flex: 1;
}
.close_button {
width: 40rpx;
height: 40rpx;
width: 54rpx;
height: 54rpx;
display: flex;
align-items: center;
justify-content: center;
.close_icon {
font-size: 40rpx;
font-size: 50rpx;
color: #333333;
font-weight: bold;
}
......@@ -60,18 +60,18 @@
}
.task_person_description {
margin-bottom: 40rpx;
margin-bottom: 30rpx;
.description_text {
font-size: 24rpx;
color: #666666;
line-height: 1.5;
// line-height: 1.5;
}
}
.task_person_info {
background: #f6f8fa;
border-radius: 20rpx;
background: #fff;
border-radius: 24rpx;
margin-bottom: 40rpx;
padding: 20rpx;
box-sizing: border-box;
......@@ -80,8 +80,8 @@
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1rpx solid #f2f2f2;
height: 110rpx;
// border-bottom: 1rpx solid #f2f2f2;
height: 90rpx;
}
.form_line_hidden {
......
......@@ -31,7 +31,7 @@
pageStatus.formStatus == 0 &&
index == formItems.filter(formItemFilter).length - 1
? 'none'
: '1rpx solid #f2f2f2',
: 'none'//'1rpx solid #f2f2f2',
}">
<text class="form_label">
{{ getlabelFn(item) }}
......
......@@ -282,7 +282,7 @@
</view>
<!-- 7天连续签到奖励容器 -->
<view class="signin_reward_container" v-if="false">
<view class="signin_reward_container" v-if="true">
<!-- 标题区域 -->
<view class="signin_title_area">
<text class="signin_main_title">连签7天,奖励翻5倍</text>
......@@ -341,7 +341,7 @@
</view>
<!-- 商品展示容器 -->
<view class="goods-container" v-if="goodsDataArr?.length > 0">
<view class="goods-container">
<!-- 页签栏 -->
<view class="custom-tabs">
<view v-for="(tab, index) in tabInfo.tabTexts" :key="index" class="tab-item" :class="{
......
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