mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-16 23:53:48 +08:00
temp payment method integration
This commit is contained in:
@@ -543,7 +543,11 @@ picture {
|
||||
.rc-top {
|
||||
margin-top: 124px;
|
||||
}
|
||||
|
||||
|
||||
.useruantity{
|
||||
margin: 1rem 0rem;
|
||||
}
|
||||
|
||||
.ts-product-list {
|
||||
text-align: left;
|
||||
//display:block;
|
||||
|
||||
@@ -6,6 +6,12 @@ ul li ol li em strong i {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.ts-button-container {
|
||||
cursor: pointer;
|
||||
display:flex;
|
||||
flex-direction:row;
|
||||
}
|
||||
//手机端
|
||||
@media screen and (max-width: 768px) {
|
||||
.online{
|
||||
@@ -36,6 +42,11 @@ ul li ol li em strong i {
|
||||
|
||||
}
|
||||
}
|
||||
.ts-button-container {
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
//快递列表
|
||||
.delivery {
|
||||
display: flex;
|
||||
@@ -103,34 +114,6 @@ ul li ol li em strong i {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.rc-margin-y--md{
|
||||
width: 100%;
|
||||
height: 80px;
|
||||
background: #FFFFFF;
|
||||
box-shadow: 0px -5px 6px rgba(0, 0, 0, 0.1);
|
||||
padding: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
margin: 0;
|
||||
.ts-standard-btn{
|
||||
width: 155px;
|
||||
height: 48px;
|
||||
background: #E2001A;
|
||||
border-radius: 30px;
|
||||
color: #FFFFFF;
|
||||
font-size: 14px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
.rc-main {
|
||||
.rc-userbottom{
|
||||
display: none;
|
||||
@@ -326,8 +309,15 @@ margin-right: 20px;
|
||||
|
||||
|
||||
//pc端
|
||||
@media screen and (min-width: 768px){
|
||||
@media screen and (min-width: 769px){
|
||||
|
||||
.ts-button-container{
|
||||
.ts-standard-btn{
|
||||
&:first-child{
|
||||
margin-right:1rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
//快递列表
|
||||
.delivery {
|
||||
display: flex;
|
||||
@@ -369,9 +359,6 @@ margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.rc-margin-y--md{
|
||||
display: none;
|
||||
}
|
||||
.rc-main {
|
||||
margin: 0 auto;
|
||||
margin-top: 90px;
|
||||
@@ -501,17 +488,18 @@ margin-right: 20px;
|
||||
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;
|
||||
}
|
||||
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;
|
||||
@@ -678,21 +666,6 @@ margin-right: 20px;
|
||||
font-size: 26px;
|
||||
|
||||
}
|
||||
span{
|
||||
display: block;
|
||||
width: 164px;
|
||||
margin-top: 36px;
|
||||
background: #E2001A;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
|
||||
height: 48px;
|
||||
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user