Commit 7e2ad552 by 刘泽奇

123

parent fb9591fc
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -13,15 +13,19 @@ li {
min-height: 480px;
background: url(/imgs/jdcloud/jdtrademark/banner.png) center center no-repeat;
background-size: cover;
}
.jdtrademark-banner>div{
width: 1200px;
margin: 0 auto;
position: relative;
min-height: 480px;
}
.jdtrademark-banner>div {
.jdtrademark-banner>div>div {
padding: 10px 40px;
border: 1px solid rgba(207, 235, 252);
color: rgba(207, 235, 252);
position: absolute;
left: 10.8%;
left: 0;
top: 66%;
cursor: pointer;
font-size: 16px;
......
<div class="jdtrademark">
<div class="jdtrademark-banner">
<div @click="goIndentList">我的订单</div>
<div>
<div @click="goIndentList">我的订单</div>
</div>
</div>
<div class="jdtrademark-warpper">
<div class="jdtrademark-search">
......
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