!123 2022-1-27 Jiamin

Merge pull request !123 from Admin/sit-jiamin-v2
This commit is contained in:
Admin 2022-01-27 08:57:01 +00:00 committed by Gitee
commit 99c31501e2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
7 changed files with 1909 additions and 1549 deletions

View File

@ -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;
} }
} }

View File

@ -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;

View File

@ -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

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 621 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 KiB