mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-04 03:06:39 +08:00
commit
99c31501e2
@ -241,7 +241,7 @@
|
||||
width:100%;
|
||||
height:100%;
|
||||
background:url("../image/btn-play.png") center center no-repeat;
|
||||
background-size:90px 90px;
|
||||
background-size:48px 48px;
|
||||
z-index:2;
|
||||
}
|
||||
}
|
||||
|
@ -15,6 +15,7 @@
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
margin-top: 20px;
|
||||
em {
|
||||
font-style: normal;
|
||||
display: flex;
|
||||
@ -301,7 +302,7 @@
|
||||
.rc-productdeta {
|
||||
margin-top: 20px;
|
||||
.rc-prodtop {
|
||||
display: flex;
|
||||
// display: flex;
|
||||
align-items: flex-start;
|
||||
span {
|
||||
font-size: 14px;
|
||||
@ -545,7 +546,7 @@
|
||||
.rc-productdeta {
|
||||
margin-top: 16px;
|
||||
.rc-prodtop {
|
||||
display: flex;
|
||||
// display: flex;
|
||||
align-items: flex-start;
|
||||
span {
|
||||
font-size: 18px;
|
||||
|
@ -308,7 +308,7 @@
|
||||
<li class="rc-list__item">
|
||||
<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>
|
||||
</li>
|
||||
<li class="rc-list__item">
|
||||
@ -353,7 +353,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
headerScroll:false,
|
||||
loginornot:true,//用户是否登录提示点
|
||||
loginornot:false,//用户是否登录提示点
|
||||
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, 1)">立即购买</span>
|
||||
</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>
|
||||
</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