Skip to content

Commit

Permalink
update: AD
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Jul 2, 2020
1 parent d0d3d42 commit 0b9d1a4
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nutz.application.name=nbshop
nutz.application.name=wk-mini
server.port=8080
server.host=0.0.0.0

Expand Down
81 changes: 78 additions & 3 deletions src/main/resources/views/platform/sys/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@
}

.bg-box-content {
width: 575px;
margin: 10px auto;
margin: 20px 20px;
}

.bg_box .item_coupon_box .item_coupon {
Expand Down Expand Up @@ -103,9 +102,74 @@
font-size: 12px;
text-decoration: none;
}
.bg-box-content-bywave {
margin: 20px 20px;
}

.bg_box-bywave .item_limited{
width: 200px;
height: 157px;
margin-left: 350px;
position: relative;
overflow: hidden;
float: left;
z-index: 9999;
top:-10px;
}

.bg_box-bywave .item_limited .item_bywave_url a{
display: block;
width: 160px;
height: 40px;
line-height: 40px;
text-align: center;
overflow: hidden;
font-size: 16px;
background: #fc68a6;
border: #fc68a6;
color: #fff;
cursor: pointer;
text-decoration: none;
}

.bg_box-bywave {
width: 575px;
height: 157px;
position: relative;
float: left;
box-shadow: 0 0 5px #666;
background-size: 22%;
background-position: 100% 100%, 0 0;
background-repeat: no-repeat, repeat;
z-index: 9;
}

.bg_box-bywave .text-title {
font-family: 'Poppins', sans-serif;
text-transform: uppercase;
font-weight: bold;
font-size: 35px;
letter-spacing: 1px;
margin-bottom: 10px;
color: #2f3538;
position: relative;
padding-left: 20px;
padding-top: 20px;
}

.bg_box-bywave .text-title span {
display: block;
font-size: 14px;
text-transform: capitalize;
font-weight: 500;
letter-spacing: 0;
font-family: 'Quicksand', sans-serif;
margin-bottom: 10px;
color: #aebfc7;
}
</style>
<div id="app" v-cloak>
<div class="el-row" style="padding: 20px;margin-bottom: 20px;">
<div class="el-row" style="padding: 20px;margin-bottom: 20px;display: flex;">
<div class="bg-box-content">
<div class="bg_box" style="position: relative;">
<div class="item_coupon_box">
Expand All @@ -122,6 +186,17 @@
</div>
</div>
</div>
<div class="bg-box-content-bywave">
<div class="bg_box-bywave" style="position: relative;">
<div class="text-title">
<span> 总是想窥探这个世界,却求而不得</span>现在有一把钥匙就在眼前
</div>
<div class="item_limited"><span class="item_bywave_url"><a
href="https://bywave.io/aff.php?aff=3368"
target="_blank"
>现在开始</a></span></div>
</div>
</div>
</div>
<el-row>
<el-col span="10">
Expand Down

0 comments on commit 0b9d1a4

Please sign in to comment.