mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 10:16:38 +08:00
sit-Carl
This commit is contained in:
parent
8375664ba6
commit
fa9418b9f9
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
BIN
rc-busness/static/images/cat/1615961503766_wntaC9.jpg
Normal file
BIN
rc-busness/static/images/cat/1615961503766_wntaC9.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
rc-busness/static/images/cat/four.jpg
Normal file
BIN
rc-busness/static/images/cat/four.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
rc-busness/static/images/cat/four.mp4
Normal file
BIN
rc-busness/static/images/cat/four.mp4
Normal file
Binary file not shown.
BIN
rc-busness/static/images/cat/one.jpg
Normal file
BIN
rc-busness/static/images/cat/one.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 39 KiB |
BIN
rc-busness/static/images/cat/one.mp4
Normal file
BIN
rc-busness/static/images/cat/one.mp4
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user