Commit 3d009945 by 刘泽奇

123

parent 964acd09
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -13,8 +13,25 @@ li { ...@@ -13,8 +13,25 @@ li {
min-height: 480px; min-height: 480px;
background: url(/imgs/jdcloud/jdtrademark/banner.png) center center no-repeat; background: url(/imgs/jdcloud/jdtrademark/banner.png) center center no-repeat;
background-size: cover; background-size: cover;
position: relative;
}
.jdtrademark-banner>div {
padding: 10px 40px;
border: 1px solid rgba(207, 235, 252);
color: rgba(207, 235, 252);
position: absolute;
left: 10.8%;
top: 66%;
cursor: pointer;
font-size: 16px;
} }
/* .jdtrademark-banner>div:hover {
background: rgba(207, 235, 252);
color: #fff;
} */
.jdtrademark-warpper { .jdtrademark-warpper {
width: 100%; width: 100%;
height: 110px; height: 110px;
...@@ -153,7 +170,7 @@ li { ...@@ -153,7 +170,7 @@ li {
.brandreg-swiper .swiper-container { .brandreg-swiper .swiper-container {
width: 1203px; width: 1203px;
height: 380px; height: 380px;
padding-left: 3px ; padding-left: 3px;
} }
.brandreg-swiper .swiper-wrapper { .brandreg-swiper .swiper-wrapper {
...@@ -212,14 +229,17 @@ li { ...@@ -212,14 +229,17 @@ li {
background: #2F3353; background: #2F3353;
color: #fff; color: #fff;
} }
.brandreg-swiper-hearder>div{
.brandreg-swiper-hearder>div {
width: 100%; width: 100%;
height: 100%; height: 100%;
line-height:70px ; line-height: 70px;
} }
.brandreg-swiper-hearder>div>div{
.brandreg-swiper-hearder>div>div {
display: inline-block; display: inline-block;
} }
.brandreg-swiper-hearder>div>div:nth-child(1) { .brandreg-swiper-hearder>div>div:nth-child(1) {
width: 39px; width: 39px;
height: 39px; height: 39px;
......
<div class="jdtrademark"> <div class="jdtrademark">
<div class="jdtrademark-banner"> <div class="jdtrademark-banner">
<div @click="goIndentList">我的订单</div>
</div> </div>
<div class="jdtrademark-warpper"> <div class="jdtrademark-warpper">
<div class="jdtrademark-search"> <div class="jdtrademark-search">
......
...@@ -156,6 +156,12 @@ ...@@ -156,6 +156,12 @@
}, },
methods: { methods: {
/*全选 */ /*全选 */
goIndentList(){
this.$router.push({
path: `/${this.$root.channelName}/jdindentlist`,
});
},
handleCheckAllChange(val) { handleCheckAllChange(val) {
if (val) { if (val) {
let data = []; let data = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment