🌈 style:修改样式

This commit is contained in:
Haiyi 2022-10-09 13:45:59 +08:00
parent 0f281f93c9
commit 14f95b880f
3 changed files with 21 additions and 11 deletions

View File

@ -1,4 +1,4 @@
// export const BASE_URL = CURRENT_BASE_URL export const BASE_URL = CURRENT_BASE_URL
// export const BASE_URL = `http://192.168.0.75:50001/lymarket` // export const BASE_URL = `http://192.168.0.75:50001/lymarket`
// export const BASE_URL = `http://192.168.0.89:50001/lymarket` // export const BASE_URL = `http://192.168.0.89:50001/lymarket`
// export const BASE_URL = `http://10.0.0.5:50001/lymarket` // export const BASE_URL = `http://10.0.0.5:50001/lymarket`
@ -12,7 +12,7 @@
// export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境 // export const BASE_URL = `https://dev.zzfzyc.com/lymarket` // 开发环境
// export const BASE_URL = `https://www.zzfzyc.com/lymarket` // 正式环境 // export const BASE_URL = `https://www.zzfzyc.com/lymarket` // 正式环境
// export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞 // export const BASE_URL = `http://192.168.1.5:40001/lymarket` // 王霞
export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添 // export const BASE_URL = `http://192.168.1.7:50002/lymarket` // 添
// export const BASE_URL = `http://192.168.1.42:50001/lymarket` // 杰 // export const BASE_URL = `http://192.168.1.42:50001/lymarket` // 杰
// export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华 // export const BASE_URL = `http://192.168.1.95:40001/lymarket` // 华

View File

@ -35,7 +35,8 @@ page {
} }
.productBox { .productBox {
width: 702px; // width: 702px;
margin-right: 24px;
background: #FFFFFF; background: #FFFFFF;
border-radius: 16px; border-radius: 16px;
margin-left: 24px; margin-left: 24px;
@ -85,7 +86,9 @@ page {
border-radius: 16px; border-radius: 16px;
.titleBox { .titleBox {
width: 638px; // margin-right: 24px;
// margin-left: 24px;
// width: 638px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@ -107,7 +110,9 @@ page {
.modeLine { .modeLine {
margin-top: 24px; margin-top: 24px;
width: 638px; // width: 638px;
// margin-right: 24px;
// margin-left: 24px;
height: 1px; height: 1px;
background: #000000; background: #000000;
opacity: 0.1; opacity: 0.1;
@ -129,7 +134,9 @@ page {
} }
.goodsLine { .goodsLine {
width: 638px; margin-right: 24px;
margin-left: 24px;
// width: 638px;
height: 1px; height: 1px;
background: #000000; background: #000000;
opacity: 0.1; opacity: 0.1;
@ -152,7 +159,8 @@ page {
.itemRight { .itemRight {
padding-bottom: 24px; padding-bottom: 24px;
width: 495px; margin-right: 32px;
// width: 495px;
border-bottom: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;
.item_right_top { .item_right_top {
@ -325,7 +333,8 @@ page {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
width: 750px; // width: 750px;
width: 100%;
height: 160px; height: 160px;
background: #FFFFFF; background: #FFFFFF;
position: fixed; position: fixed;
@ -374,7 +383,7 @@ page {
height: 82px; height: 82px;
background: #007aff; background: #007aff;
border-radius: 40px; border-radius: 40px;
width: 668px; // width: 668px;
text-align: center; text-align: center;
line-height: 82px; line-height: 82px;
color: #fff; color: #fff;

View File

@ -137,7 +137,7 @@
border-radius: 16px; border-radius: 16px;
.titleBox { .titleBox {
width: 638px; // width: 638px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
@ -159,7 +159,7 @@
.modeLine { .modeLine {
margin-top: 24px; margin-top: 24px;
width: 638px; // width: 638px;
height: 1px; height: 1px;
background: #000000; background: #000000;
opacity: 0.1; opacity: 0.1;
@ -201,6 +201,7 @@
.itemRight { .itemRight {
padding-bottom: 24px; padding-bottom: 24px;
margin-right: 32px;
width: 80%; width: 80%;
border-bottom: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7;