|
|
@@ -189,8 +189,7 @@ export default {
|
|
|
height: 26px;
|
|
|
background: #ff6c00;
|
|
|
border-radius: 4px;
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ .flex();
|
|
|
line-height: 26px;
|
|
|
img {
|
|
|
width: 14px;
|
|
|
@@ -291,9 +290,8 @@ export default {
|
|
|
border: 1px solid #f5f7fa;
|
|
|
.box-con2-shop {
|
|
|
padding: 12px 12px;
|
|
|
- display: flex;
|
|
|
+ .flex();
|
|
|
justify-content: space-between;
|
|
|
- align-items: center;
|
|
|
.box-con2-tit {
|
|
|
display: flex;
|
|
|
img {
|
|
|
@@ -354,7 +352,6 @@ export default {
|
|
|
}
|
|
|
.box-footer {
|
|
|
right: 0;
|
|
|
- // height: 82px;
|
|
|
background: #ffffff;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
@@ -385,11 +382,8 @@ export default {
|
|
|
}
|
|
|
.box-footer-con {
|
|
|
display: flex;
|
|
|
- // margin-top: 22px;
|
|
|
- padding: 6px 0;
|
|
|
.box-footer-left {
|
|
|
- display: flex;
|
|
|
- text-align: center;
|
|
|
+ .flex();
|
|
|
img {
|
|
|
width: 24px;
|
|
|
height: 24px;
|
|
|
@@ -405,7 +399,6 @@ export default {
|
|
|
.box-follow {
|
|
|
margin-left: 30px;
|
|
|
}
|
|
|
-
|
|
|
.contact {
|
|
|
position: relative;
|
|
|
button {
|