Commit ef54587f by hank

修改

parent e4402b95
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
<div class="bottomBox">{{pictureInfo.title}}</div> <div class="bottomBox">{{pictureInfo.title}}</div>
</div> </div>
<div class="buttonBox"> <div class="buttonBox">
<div class="share" @click="share"></div> <div class="share shadow" @click="share"></div>
<div class="dianzanBox" @click="dianzan"> <div class="dianzanBox shadow" @click="dianzan">
<div :class="['img',pictureInfo.is_point===0?'white':'red']"></div> <div :class="['img',pictureInfo.is_point===0?'white':'red']"></div>
<div class="num">{{pictureInfo.point_num}}</div> <div class="num">{{pictureInfo.point_num}}</div>
</div> </div>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div class="jinzhi"></div> <div class="jinzhi"></div>
</div> </div>
<div class="goBack" @click="goBack"> <div class="goBack" @click="goBack">
<div class="close"></div> <div class="close shadow"></div>
</div> </div>
</div> </div>
<div class="kongtu" v-if="kongtuLock"> <div class="kongtu" v-if="kongtuLock">
...@@ -766,4 +766,7 @@ export default { ...@@ -766,4 +766,7 @@ export default {
} }
} }
} }
.shadow {
box-shadow: 0px 0px 10px #888888;
}
</style> </style>
...@@ -137,23 +137,23 @@ body { ...@@ -137,23 +137,23 @@ body {
.imgUp { .imgUp {
// background: green; // background: green;
box-sizing: border-box;
width: 100%;
border: 1px solid red;
height: 100%; height: 100%;
padding-top: 1px; background: white url('/static/uploadBg.png') no-repeat center;
padding-bottom: 1px; background-position: top center;
padding-left: 20px; background-size: 100% auto;
padding-right: 20px;
background: white url('/static/uploadBg.png') no-repeat center 100%;
background-position: center;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
right: 0;
bottom: 0;
display: flex; display: flex;
align-items: center; // align-items: center;
img { img {
position: relative;
top: 330px;
width: 45vw; width: 45vw;
height: auto; height: 45vw;
margin: 0 auto; margin: 0 auto;
} }
} }
......
...@@ -928,7 +928,7 @@ export default { ...@@ -928,7 +928,7 @@ export default {
.topBox5686 { .topBox5686 {
// height: 400px; // height: 400px;
height: 310px; 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; background-size: 100% auto;
position: relative; 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 { ...@@ -231,7 +231,7 @@ export default {
Toast({ message: '保存成功' }); Toast({ message: '保存成功' });
setTimeout(() => { setTimeout(() => {
if (location.href.includes('isIndex')) { if (location.href.includes('isIndex')) {
window.wx.miniProgram.getEnv(function (res) { window.wx.miniProgram.getEnv((res) => {
if (res.miniprogram) { if (res.miniprogram) {
window.wx.miniProgram.navigateTo({url: '/pages/upload/upload'}) window.wx.miniProgram.navigateTo({url: '/pages/upload/upload'})
} else { } 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