|
|
@@ -91,7 +91,7 @@
|
|
|
<div class="footerShare">
|
|
|
<div class="right-text">
|
|
|
<div>长按识别二维码查看详情&点评</div>
|
|
|
- <!-- <div></div> -->
|
|
|
+ <div></div>
|
|
|
</div>
|
|
|
<vue-qr
|
|
|
class="QRcodes"
|
|
|
@@ -451,20 +451,21 @@ export default {
|
|
|
.footerShare {
|
|
|
display: flex;
|
|
|
// align-items: center;
|
|
|
- justify-content: center;
|
|
|
- margin-top: vw(60);
|
|
|
+ justify-content: flex-end;
|
|
|
+ margin-top: vw(50);
|
|
|
+ margin-right: 2px;
|
|
|
|
|
|
.right-text {
|
|
|
// margin-left: vw(12.5);
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- justify-content: center;
|
|
|
+ justify-content: space-between;
|
|
|
margin-right: vw(24);
|
|
|
|
|
|
div {
|
|
|
color: #ffffff;
|
|
|
- font-size: vw(30);
|
|
|
- font-weight: bold;
|
|
|
+ font-size: vw(26);
|
|
|
+ // font-weight: bold;
|
|
|
padding: 6px 0;
|
|
|
}
|
|
|
}
|
|
|
@@ -564,8 +565,8 @@ export default {
|
|
|
<style lang="scss">
|
|
|
.share {
|
|
|
.QRcodes {
|
|
|
- width: 94px; /* 固定像素尺寸 */
|
|
|
- height: 94px;
|
|
|
+ width: 84px; /* 固定像素尺寸 */
|
|
|
+ height: 84px;
|
|
|
position: relative;
|
|
|
background: #ffffff;
|
|
|
image-rendering: crisp-edges;
|
|
|
@@ -574,6 +575,7 @@ export default {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
+ border-radius: 6px;
|
|
|
.logo {
|
|
|
position: absolute;
|
|
|
top: 50%;
|