🌈 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.89: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://www.zzfzyc.com/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.95:40001/lymarket` // 华

View File

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

View File

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