@@ -15,12 +15,12 @@
<img
:src="beginPic"
alt=""
- style="width: 150px; height: 150px; margin-top: 30px"
+ style="width: 40%; height: 22%; margin-top: 30px"
/>
:src="back2beginPic"
- style="width: 150px; height: 150px; margin-left: 30px"
+ style="width: 40%; height: 22%; margin-left: 30px"
</div>
@@ -990,6 +990,12 @@ export default {
margin: 220px auto 0;
}
+.desc-img {
+ width: 100%;
+ //display: flex;
+ //flex-wrap: wrap;
+}
+
.explan {
box-sizing: border-box;
padding: 15px 15px 0;
@@ -70,6 +70,7 @@
@click="goAerated"
>
充气
+ <!-- {{ currentLevel }} --{{ aeratedArr.length }}-->
</van-button>
<van-button
style="width: 30%; border-radius: 8px;margin-left: 10px;"
@@ -391,7 +392,7 @@ export default {
// this.currentLevel = this.aeratedArr.length
setTimeout(() => {
this.saveUserData();
- }, 1200);
+ }, 200);
},