mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-03 18:56:39 +08:00
commit
99c31501e2
@ -241,7 +241,7 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
background:url("../image/btn-play.png") center center no-repeat;
|
background:url("../image/btn-play.png") center center no-repeat;
|
||||||
background-size:90px 90px;
|
background-size:48px 48px;
|
||||||
z-index:2;
|
z-index:2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
margin-top: 20px;
|
||||||
em {
|
em {
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -301,7 +302,7 @@
|
|||||||
.rc-productdeta {
|
.rc-productdeta {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
.rc-prodtop {
|
.rc-prodtop {
|
||||||
display: flex;
|
// display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
span {
|
span {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -545,7 +546,7 @@
|
|||||||
.rc-productdeta {
|
.rc-productdeta {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
.rc-prodtop {
|
.rc-prodtop {
|
||||||
display: flex;
|
// display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
span {
|
span {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -308,7 +308,7 @@
|
|||||||
<li class="rc-list__item">
|
<li class="rc-list__item">
|
||||||
<a class="rc-list__link rc-icon ts-login--xs rc-iconography--xs" role="menuitem" @click="turnlogin">
|
<a class="rc-list__link rc-icon ts-login--xs rc-iconography--xs" role="menuitem" @click="turnlogin">
|
||||||
个人中心
|
个人中心
|
||||||
<em class="rc-screen-reader" v-if="loginornot"></em>
|
<em class="rc-screen-reader" v-show="loginornot"></em>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="rc-list__item">
|
<li class="rc-list__item">
|
||||||
@ -353,7 +353,7 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
headerScroll:false,
|
headerScroll:false,
|
||||||
loginornot:true,//用户是否登录提示点
|
loginornot:false,//用户是否登录提示点
|
||||||
usermessage:null,//存储用户信息
|
usermessage:null,//存储用户信息
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -279,7 +279,7 @@
|
|||||||
<span @click="usertanchu(curItem, 0)">加入购物车</span>
|
<span @click="usertanchu(curItem, 0)">加入购物车</span>
|
||||||
<span @click="usertanchu(curItem, 1)">立即购买</span>
|
<span @click="usertanchu(curItem, 1)">立即购买</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-button rc-md-down " v-if="(!userbuy)" style="justify-content: flex-end">
|
<div class="rc-button rc-md-down " v-if="(!userbuy)">
|
||||||
<span @click="chuafangbuy()" style="margin-right: 20px">立即购买</span>
|
<span @click="chuafangbuy()" style="margin-right: 20px">立即购买</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
BIN
rc-busness/static/images/banner/pc-weixin.png
Normal file
BIN
rc-busness/static/images/banner/pc-weixin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 621 KiB |
BIN
rc-busness/static/images/banner/weixin.png
Normal file
BIN
rc-busness/static/images/banner/weixin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 573 KiB |
Loading…
Reference in New Issue
Block a user