mirror of
https://gitee.com/ShopeX/OMS
synced 2026-03-30 13:05:34 +08:00
155 lines
3.1 KiB
CSS
155 lines
3.1 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;
|
|
}
|
|
|
|
.group_1 {
|
|
background-color: rgba(255, 255, 255, 1);
|
|
padding: 0.75rem 4.969rem 0.625rem 4.532rem;
|
|
}
|
|
|
|
.text-wrapper_2 {
|
|
width: 13.5rem;
|
|
margin: 0 auto 0;
|
|
}
|
|
|
|
.text_2 {
|
|
word-break: break-all;
|
|
font-size: 0.875rem;
|
|
font-family: PingFangSC-Medium;
|
|
text-align: right;
|
|
white-space: nowrap;
|
|
line-height: 1.25rem;
|
|
color: #8E8E8F;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.text_2.active {
|
|
font-weight: 500;
|
|
color: rgba(0, 0, 0, 1);
|
|
/* border-bottom: 0.125rem solid rgba(198, 181, 117, 1); */
|
|
/* background-color: rgba(198, 181, 117, 1); */
|
|
/* width: 4.375rem;
|
|
height: 0.125rem; */
|
|
}
|
|
.text_2.active:after {
|
|
content: '';
|
|
position: absolute;
|
|
bottom: -0.625rem;
|
|
left: -0.5rem;
|
|
display: block;
|
|
width: 4.375rem;
|
|
height: 0.125rem;
|
|
background-color: rgba(198, 181, 117, 1);
|
|
}
|
|
|
|
.group_3 {
|
|
width: 21.94rem;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
border-radius: 1rem;
|
|
margin: 0.813rem auto;
|
|
/* padding: 1.094rem 0 1.157rem 0; */
|
|
}
|
|
|
|
.text-wrapper_3 {
|
|
padding: 1.094rem 0.75rem 0.907rem 1.094rem;
|
|
border-bottom: 0.03rem solid #D7D7D7;
|
|
}
|
|
.text-wrapper_3:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.text_4 {
|
|
word-break: break-all;
|
|
color: rgba(18, 18, 18, 1);
|
|
font-size: 0.875rem;
|
|
letter-spacing: 0.31111112236976624px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 1.25rem;
|
|
}
|
|
|
|
.text_5 {
|
|
word-break: break-all;
|
|
color: rgba(18, 18, 18, 1);
|
|
font-size: 0.875rem;
|
|
letter-spacing: 0.31111112236976624px;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 1.25rem;
|
|
}
|
|
|
|
|
|
|
|
|
|
.label_1 {
|
|
width: 0.938rem;
|
|
height: 0.938rem;
|
|
margin: 0.157rem 0 0.157rem 0.66rem;
|
|
}
|
|
|
|
.text_7 {
|
|
word-break: break-all;
|
|
color: rgba(153, 153, 153, 1);
|
|
font-size: 0.75rem;
|
|
font-family: PingFangSC-Regular;
|
|
font-weight: normal;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
line-height: 1.032rem;
|
|
margin: 0.219rem 0 0 0;
|
|
}
|
|
|
|
.footer {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding: 0.9375rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.footer-btn {
|
|
border-radius: 0.25rem;
|
|
border: none;
|
|
background: #000;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
padding: 0.625rem;
|
|
color: #d4ca99;
|
|
font-size: 0.88rem;
|
|
} |