mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
146 lines
2.6 KiB
CSS
146 lines
2.6 KiB
CSS
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
body {
|
||
margin: 0;
|
||
background-color: rgba(243, 243, 243, 1);
|
||
}
|
||
|
||
.page {
|
||
background-color: rgba(243, 243, 243, 1);
|
||
position: relative;
|
||
width: 100%;
|
||
overflow: hidden;
|
||
padding-left: 0;
|
||
padding-right: 0;
|
||
padding-top: 0;
|
||
}
|
||
|
||
|
||
.main {
|
||
margin-top: 2.5625rem;
|
||
padding-bottom: 4.375rem
|
||
}
|
||
|
||
/* goodsinfo */
|
||
.goods-item {
|
||
background: #ffffff;
|
||
border-radius: 0.5rem;
|
||
margin: 0.75rem auto 0.438rem;
|
||
width: 21.94rem;
|
||
}
|
||
.section_6 {
|
||
/* margin: 0.75rem 0.563rem 0 0.438rem; */
|
||
}
|
||
|
||
.image_2 {
|
||
width: 5rem;
|
||
height: 5rem;
|
||
/* margin: 0.094rem 0 0.25rem 0; */
|
||
}
|
||
|
||
.text-group_1 {
|
||
margin: 0.78rem 0.56rem 0.75rem 0.56rem;
|
||
flex-shrink: 1;
|
||
}
|
||
|
||
.text_28 {
|
||
height: 2.5rem;
|
||
word-break: break-all;
|
||
color: rgba(24, 24, 24, 1);
|
||
font-size: 0.875rem;
|
||
letter-spacing: 0.31111112236976624px;
|
||
font-family: PingFangSC-Medium;
|
||
font-weight: 500;
|
||
text-align: left;
|
||
line-height: 1.25rem;
|
||
}
|
||
|
||
.text_29 {
|
||
font-family: PingFangSC, PingFang SC;
|
||
word-break: break-all;
|
||
color: rgba(151, 151, 153, 1);
|
||
font-size: 0.75rem;
|
||
font-weight: 500;
|
||
text-align: left;
|
||
line-height: 1.032rem;
|
||
margin: 0.38rem 0 0 0;
|
||
}
|
||
|
||
.input_1 {
|
||
border-radius: 0.25rem;
|
||
border: 0.06rem solid #dfdfdf;
|
||
width: 5.25rem;
|
||
height: 2rem;
|
||
padding-left: 0.69rem;
|
||
font-family: PingFangSC, PingFang SC;
|
||
font-weight: 400;
|
||
font-size: 0.75rem;
|
||
color: #000000;
|
||
line-height: 1.03rem;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
|
||
input::placeholder {
|
||
font-family: PingFangSC, PingFang SC;
|
||
font-weight: 400;
|
||
font-size: 0.75rem;
|
||
color: #cbcbcb;
|
||
line-height: 1.03rem;
|
||
text-align: left;
|
||
font-style: normal;
|
||
}
|
||
|
||
.text_30 {
|
||
word-break: break-all;
|
||
color: rgba(151, 151, 153, 1);
|
||
font-size: 0.75rem;
|
||
font-family: PingFangSC-Medium;
|
||
font-weight: 500;
|
||
text-align: left;
|
||
line-height: 1.032rem;
|
||
margin: 0.313rem 0 0 0;
|
||
}
|
||
|
||
.text_31 {
|
||
word-break: break-all;
|
||
color: rgba(29, 29, 29, 1);
|
||
font-size: 0.75rem;
|
||
font-family: PingFangSC-Medium;
|
||
font-weight: 500;
|
||
text-align: left;
|
||
white-space: nowrap;
|
||
line-height: 1.032rem;
|
||
margin: 0 0 0 10.6875rem;
|
||
}
|
||
|
||
.footer {
|
||
position: fixed;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
background: #fff;
|
||
padding: 0.625rem 0.438rem;
|
||
z-index: 100;
|
||
}
|
||
|
||
.footer-btn {
|
||
border-radius: 0.25rem;
|
||
border: none;
|
||
background: #000;
|
||
cursor: pointer;
|
||
width: 8.34rem;
|
||
padding: 0.44rem;
|
||
color: #d4ca99;
|
||
font-size: 0.88rem;
|
||
border: 1px solid #000000;
|
||
}
|
||
.footer-btn.cancle {
|
||
color: #000;
|
||
background: #fff;
|
||
border: 1px solid #000000;
|
||
}
|