mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-01 17:56:39 +08:00
661 lines
11 KiB
Plaintext
661 lines
11 KiB
Plaintext
ul li ol li em strong i {
|
|
list-style: none;
|
|
font-style: normal;
|
|
}
|
|
.rc-main {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.qrcode{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.ts-button-container {
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
//手机端
|
|
@media screen and (max-width: 768px) {
|
|
.online {
|
|
margin: 0;
|
|
&.bold {
|
|
height: 0.5rem;
|
|
}
|
|
}
|
|
// 订单状态
|
|
.rc-receiving {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
// margin: 1rem 1.25rem;
|
|
em {
|
|
font-style: normal;
|
|
color: #e1001a;
|
|
font-size: 1.375rem;
|
|
font-weight: bold;
|
|
}
|
|
span {
|
|
color: #666666;
|
|
font-size: 0.875rem;
|
|
display: block;
|
|
margin-left: 1.125rem;
|
|
width: 62%;
|
|
margin-top: 0.5rem;
|
|
}
|
|
}
|
|
.ts-button-container {
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.1);
|
|
}
|
|
//快递列表
|
|
.delivery {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 1rem 1.25rem;
|
|
.to-delivery {
|
|
img {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
object-fit: contain;
|
|
}
|
|
display: flex;
|
|
align-items: center;
|
|
font-style: normal;
|
|
span {
|
|
display: block;
|
|
margin-left: 0.18rem;
|
|
color: #333333;
|
|
font-size: 1rem;
|
|
font-weight: 500;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
margin-left: 0.5rem;
|
|
display: block;
|
|
color: #999999;
|
|
font-size: 0.75rem;
|
|
margin-top: 0.31rem;
|
|
}
|
|
}
|
|
.bo-delivery {
|
|
span {
|
|
font-size: 0.87rem;
|
|
color: #666666;
|
|
display: block;
|
|
margin-top: 0.5rem;
|
|
}
|
|
}
|
|
}
|
|
//地址列表
|
|
.mypersonal {
|
|
.my-delivery {
|
|
display: flex;
|
|
align-items: center;
|
|
font-style: normal;
|
|
span {
|
|
display: block;
|
|
font-size: 0.87rem;
|
|
color: #333333;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
display: block;
|
|
font-size: 0.87rem;
|
|
color: #333333;
|
|
margin-left: 0.5rem;
|
|
}
|
|
}
|
|
.per-delivery {
|
|
span {
|
|
font-size: 0.875rem;
|
|
color: #666666;
|
|
display: block;
|
|
margin-top: 0.43rem;
|
|
}
|
|
}
|
|
}
|
|
.rc-main {
|
|
.rc-userbottom {
|
|
display: none;
|
|
}
|
|
.viewdetails {
|
|
display: none;
|
|
}
|
|
.rc-foo {
|
|
display: none;
|
|
}
|
|
|
|
.rc-usermain {
|
|
display: flex;
|
|
.rc-image {
|
|
border: 1px solid #d8d8d8;
|
|
margin-top: 17px;
|
|
height: 96px;
|
|
img {
|
|
width: 96px;
|
|
height: 96px;
|
|
display: block;
|
|
object-fit: contain;
|
|
}
|
|
}
|
|
|
|
.rc-right {
|
|
.rc-userbottomm {
|
|
display: none;
|
|
}
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
margin-left: 16px;
|
|
justify-content: center;
|
|
em {
|
|
font-style: normal;
|
|
display: block;
|
|
font-size: 16px;
|
|
margin-top: 18px;
|
|
font-weight: bold;
|
|
|
|
color: #e1001a;
|
|
}
|
|
}
|
|
.rc-userright {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
span {
|
|
display: block;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
.rc-userbottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 8px;
|
|
span {
|
|
color: #666666;
|
|
font-size: 14px;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
color: #e1001a;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.rc-bottom {
|
|
display: none;
|
|
}
|
|
}
|
|
.rc-bottomm {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
margin-top: 24px;
|
|
span {
|
|
display: block;
|
|
width: 130px;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #e2001a;
|
|
height: 40px;
|
|
font-size: 12px;
|
|
border: 2px solid #e2001a;
|
|
justify-content: center;
|
|
border-radius: 30px;
|
|
font-weight: bold;
|
|
}
|
|
span:last-child {
|
|
margin-left: 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.rc-merchandise {
|
|
width: 100%;
|
|
margin-top: 24px;
|
|
padding-right: 0.7rem;
|
|
padding-left: 0.7rem;
|
|
|
|
ul {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
line-height: 30px;
|
|
i {
|
|
font-style: normal;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
font-style: normal;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
span {
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
}
|
|
}
|
|
li:last-child {
|
|
i {
|
|
color: #e1001a;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
}
|
|
.useruantity {
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
.rc-payment {
|
|
padding-right: 0.7rem;
|
|
padding-left: 0.7rem;
|
|
width: 100%;
|
|
margin-top: 32px;
|
|
.u-trackingnumber {
|
|
display: flex;
|
|
align-items: center;
|
|
i {
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
margin-right: 16px;
|
|
}
|
|
img {
|
|
width: 8px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
ul {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
line-height: 26px;
|
|
i {
|
|
font-style: normal;
|
|
color: #666666;
|
|
font-size: 14px;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
font-style: normal;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
span {
|
|
font-size: 14px;
|
|
|
|
color: #333333;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
//pc端
|
|
@media screen and (min-width: 769px) {
|
|
.ts-button-container {
|
|
.ts-standard-btn {
|
|
&:first-child {
|
|
margin-right: 1rem;
|
|
}
|
|
}
|
|
}
|
|
//快递列表
|
|
.delivery {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: 1rem 1.25rem;
|
|
.to-delivery {
|
|
margin-top: 20px;
|
|
img {
|
|
width: 24px;
|
|
height: 24px;
|
|
object-fit: contain;
|
|
}
|
|
display: flex;
|
|
align-items: center;
|
|
font-style: normal;
|
|
span {
|
|
display: block;
|
|
margin-left: 16px;
|
|
color: #333333;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
margin-left: 0.5rem;
|
|
display: block;
|
|
color: #999999;
|
|
font-size: 0.75rem;
|
|
margin-top: 0.31rem;
|
|
}
|
|
}
|
|
.bo-delivery {
|
|
margin-top: 16px;
|
|
span {
|
|
font-size: 0.87rem;
|
|
color: #666666;
|
|
display: block;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
}
|
|
.rc-main {
|
|
margin: 0 auto;
|
|
// margin-top: 90px;
|
|
margin-top: 0;
|
|
|
|
.notop{
|
|
margin-top: 0;
|
|
}
|
|
|
|
.rc-userbottomm {
|
|
display: none;
|
|
}
|
|
.rc-border {
|
|
width: 100%;
|
|
border-bottom: 1px solid #d7d7d7;
|
|
margin-top: 32px;
|
|
}
|
|
.rc-receiving {
|
|
width: 100%;
|
|
height: 80px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
em {
|
|
font-style: normal;
|
|
color: #e1001a;
|
|
font-size: 26px;
|
|
}
|
|
span {
|
|
color: #666666;
|
|
font-size: 16px;
|
|
display: block;
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
.delivery {
|
|
display: flex;
|
|
flex-direction: column;
|
|
display: flex;
|
|
justify-content: center;
|
|
.viewdetails {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
span {
|
|
color: #444444;
|
|
font-size: 18px;
|
|
display: block;
|
|
margin-right: 8px;
|
|
}
|
|
img {
|
|
width: 8px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
|
|
.to-delivery {
|
|
display: flex;
|
|
align-items: center;
|
|
font-style: normal;
|
|
span {
|
|
display: block;
|
|
// margin-left: 16px;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
margin-left: 8px;
|
|
display: block;
|
|
font-size: 18px;
|
|
color: #999999;
|
|
}
|
|
}
|
|
.bo-delivery {
|
|
span {
|
|
font-size: 16px;
|
|
color: #666666;
|
|
display: block;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mypersonal {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 140px;
|
|
justify-content: center;
|
|
.my-delivery {
|
|
display: flex;
|
|
align-items: center;
|
|
font-style: normal;
|
|
span {
|
|
display: block;
|
|
margin-left: 3px;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
margin-left: 8px;
|
|
display: block;
|
|
font-size: 18px;
|
|
color: #333333;
|
|
}
|
|
}
|
|
.per-delivery {
|
|
span {
|
|
font-size: 18px;
|
|
color: #666666;
|
|
display: block;
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.rc-usermain {
|
|
display: flex;
|
|
.rc-image {
|
|
border: 1px solid #d8d8d8;
|
|
margin-top: 17px;
|
|
img {
|
|
width: 96px;
|
|
height: 96px;
|
|
object-fit: contain;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.rc-right {
|
|
.rc-bottomm {
|
|
display: none;
|
|
}
|
|
.rc-usercenter {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
em {
|
|
font-style: normal;
|
|
display: block;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
margin-top: 17px;
|
|
color: #e1001a;
|
|
width: 16rem;
|
|
}
|
|
}
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
margin-left: 16px;
|
|
justify-content: end;
|
|
}
|
|
.rc-userright {
|
|
display: flex;
|
|
flex-direction: column;
|
|
color: #666666;
|
|
font-size: 16px;
|
|
span {
|
|
display: block;
|
|
margin-top: 16px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
.rc-userbottom {
|
|
display: flex;
|
|
|
|
width: 80%;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-left: 119px;
|
|
span {
|
|
color: #e1001a;
|
|
font-size: 20px;
|
|
}
|
|
i {
|
|
font-style: normal;
|
|
color: #e1001a;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
.rc-bottom {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
margin-top: 24px;
|
|
span {
|
|
display: block;
|
|
width: 164px;
|
|
display: flex;
|
|
align-items: center;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #e2001a;
|
|
height: 40px;
|
|
border: 2px solid #e2001a;
|
|
justify-content: center;
|
|
border-radius: 30px;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.rc-merchandise {
|
|
width: 100%;
|
|
margin-top: 32px;
|
|
|
|
ul {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
line-height: 40px;
|
|
font-size: 18px;
|
|
i {
|
|
font-style: normal;
|
|
color: #666666;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
font-style: normal;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
span {
|
|
color: #333333;
|
|
}
|
|
}
|
|
li:last-child {
|
|
i {
|
|
color: #e1001a;
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.rc-payment {
|
|
width: 100%;
|
|
margin-top: 80px;
|
|
.u-trackingnumber {
|
|
display: flex;
|
|
align-items: center;
|
|
i {
|
|
font-size: 18px;
|
|
font-style: normal;
|
|
margin-right: 16px;
|
|
}
|
|
img {
|
|
width: 8px;
|
|
height: 16px;
|
|
}
|
|
}
|
|
ul {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
line-height: 40px;
|
|
font-size: 18px;
|
|
i {
|
|
font-style: normal;
|
|
color: #666666;
|
|
display: block;
|
|
}
|
|
li {
|
|
list-style: none;
|
|
font-style: normal;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
span {
|
|
color: #333333;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.rc-foot {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.online{
|
|
margin-bottom: 20px;
|
|
}
|
|
.rc-foo {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
flex-direction: column;
|
|
align-items: self-end;
|
|
i {
|
|
font-style: normal;
|
|
color: #333333;
|
|
font-size: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
em {
|
|
font-style: normal;
|
|
color: #e1001a;
|
|
font-size: 26px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|