This commit is contained in:
952108534@qq.com 2022-01-17 19:09:40 +08:00
parent 8375664ba6
commit fa9418b9f9
10 changed files with 29 additions and 4 deletions

View File

@ -152,7 +152,9 @@ margin-top: 8px;
}
@media screen and (min-width: 769px){
.online{
margin-top: 30px;
}
.allmain{
.rs-dis{
@ -162,6 +164,7 @@ margin-top: 8px;
}
}
.active {
font-size: 14px;
color: #E2001A;

View File

@ -11,12 +11,15 @@ ul li ol li em strong i {
.usersearch {
margin: 0 auto;
overflow: hidden;
}
//rc-main end
}
//手机端
@media screen and (max-width: 768px) {
.usercontentshow{
position: relative;
}
@ -234,6 +237,19 @@ ul li ol li em strong i {
//pc端
@media screen and (min-width: 768px){
.usersearch {
margin: 0 auto;
overflow: hidden;
margin-top: 5rem;
}
.online{
width:100%;
&.bold{
height:0.5rem;
margin-top: 5rem;
background:#f6f6f6;
}
}
/deep/.el-dialog {
width: 920px;
height: 570px;

View File

@ -29,7 +29,7 @@
<div class="rc-contair">
<div class="rc-left" ref="userleft" id="userleft" :style='usercolor'>
<div>
<i></i><span>{{item.couponTypeId=='4'?(item.discount) *10:item.couponAmount}}</span>
<i></i><span>{{item.couponTypeId=='4'?parseInt(((item.discount) *10))+ '折':item.couponAmount}}</span>
</div>
<strong>{{ item.couponName }}</strong>
</div>
@ -196,6 +196,10 @@ export default {
if(data){
console.log(data);
this.newlist=data.data;
this.newlist.forEach(element=>{
element.validFrom=element.validFrom.slice(0,10)
element.validTo=element.validTo.slice(0,10)
})
console.log(this.newlist);
}

View File

@ -1,6 +1,7 @@
<template>
<div>
<Myheader></Myheader>
<div class="rc-top"></div>
<div class="rc-header">
<div class="rc-main">
<div class="rc-headera">

View File

@ -49,11 +49,12 @@
</li>
</ol>
</div>
<div class="online rc-md-up"></div>
</div>
</div>
</div>
<!-- rc-main end -->
<div class="online"></div>
<div class="online bold" style="margin-top:127px"></div>
<!-- rc-main start -->
<div class="rc-max-width--xl">
<div class="usersearch">

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.