浏览代码

样式修改

tanxue 4 月之前
父节点
当前提交
b872e9a2a4
共有 5 个文件被更改,包括 4 次插入20 次删除
  1. 3 18
      common/styles/global/pages.scss
  2. 1 2
      pages/study/eggDialog.vue
  3. 二进制
      static/images/study/egg-img.gif
  4. 二进制
      static/images/study/egg-img.png
  5. 二进制
      static/images/study/egg-title.png

+ 3 - 18
common/styles/global/pages.scss

@@ -218,25 +218,10 @@
 // 蛋
 .study-egg-dialog{
 	.egg-content-box{display: flex;display: flex;flex-direction: column;align-items: center;}
-	.egg-title{
-		width: 606rpx;height: 85rpx;
-		@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-title.png");
-	}
-	.egg-img{width: 692rpx;height: 615rpx;margin-top: 20%;
-		@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.png");
-	}
-	.egg-btn{
-		width: 644rpx;height: 106rpx;margin-top: 10%;
-		@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");
-	}
-	@media (max-height: 800px) {
-		.egg-img{margin-top: 10%;}
-		.egg-btn{margin-top: 6%;}
-	}
-	@media (max-height: 700px) {
-		.egg-img{margin-top: 6%;}
-		.egg-btn{margin-top: 4%;}
+	.egg-img{width: 769rpx;height: 769rpx;
+		@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-img.gif");
 	}
+	.egg-btn{width: 644rpx;height: 106rpx;@include ezy-no-repeat-cover;background-image: url("@/static/images/study/egg-btn.png");}
 }
 	
 //地图页	

+ 1 - 2
pages/study/eggDialog.vue

@@ -1,9 +1,8 @@
 <template>
 	<uni-popup ref="eggPopup" :animation="false" :is-mask-click="false"
-	 mask-background-color="rgba(255, 255, 255, 0.6);">
+	 mask-background-color="rgba(51, 137, 217, 0.65);">
 	 <view class="study-egg-dialog">
 			<view class="egg-content-box">
-				<view class="egg-title"></view>
 				<view class="egg-img"></view>
 				<view class="egg-btn" @click="eggBtn"></view>
 			</view>

二进制
static/images/study/egg-img.gif


二进制
static/images/study/egg-img.png


二进制
static/images/study/egg-title.png