Commit ef54587f by hank

修改

parent e4402b95
......@@ -17,8 +17,8 @@
<div class="bottomBox">{{pictureInfo.title}}</div>
</div>
<div class="buttonBox">
<div class="share" @click="share"></div>
<div class="dianzanBox" @click="dianzan">
<div class="share shadow" @click="share"></div>
<div class="dianzanBox shadow" @click="dianzan">
<div :class="['img',pictureInfo.is_point===0?'white':'red']"></div>
<div class="num">{{pictureInfo.point_num}}</div>
</div>
......@@ -34,7 +34,7 @@
<div class="jinzhi"></div>
</div>
<div class="goBack" @click="goBack">
<div class="close"></div>
<div class="close shadow"></div>
</div>
</div>
<div class="kongtu" v-if="kongtuLock">
......@@ -766,4 +766,7 @@ export default {
}
}
}
.shadow {
box-shadow: 0px 0px 10px #888888;
}
</style>
......@@ -137,23 +137,23 @@ body {
.imgUp {
// background: green;
box-sizing: border-box;
width: 100%;
border: 1px solid red;
height: 100%;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 20px;
padding-right: 20px;
background: white url('/static/uploadBg.png') no-repeat center 100%;
background-position: center;
background: white url('/static/uploadBg.png') no-repeat center;
background-position: top center;
background-size: 100% auto;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
// align-items: center;
img {
position: relative;
top: 330px;
width: 45vw;
height: auto;
height: 45vw;
margin: 0 auto;
}
}
......
......@@ -928,7 +928,7 @@ export default {
.topBox5686 {
// height: 400px;
height: 310px;
background: url("~@/pages/index/assets/images/banner.jpg") no-repeat;
background: url("~@/pages/index/assets/images/banner.png") no-repeat;
background-size: 100% auto;
position: relative;
......

548 KB | W: | H:

233 KB | W: | H:

src/pages/index/assets/images/description.jpg
src/pages/index/assets/images/description.jpg
src/pages/index/assets/images/description.jpg
src/pages/index/assets/images/description.jpg
  • 2-up
  • Swipe
  • Onion skin

191 KB | W: | H:

189 KB | W: | H:

src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
src/pages/index/assets/images/fengceng.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -231,7 +231,7 @@ export default {
Toast({ message: '保存成功' });
setTimeout(() => {
if (location.href.includes('isIndex')) {
window.wx.miniProgram.getEnv(function (res) {
window.wx.miniProgram.getEnv((res) => {
if (res.miniprogram) {
window.wx.miniProgram.navigateTo({url: '/pages/upload/upload'})
} else {
......
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 sign in to comment