mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-22 18:35:35 +08:00
157 lines
3.0 KiB
CSS
157 lines
3.0 KiB
CSS
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
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;
|
|
}
|