Przeglądaj źródła

新增游戏须知弹窗

tanxue 4 miesięcy temu
rodzic
commit
271238dd9f
1 zmienionych plików z 17 dodań i 1 usunięć
  1. 17 1
      common/styles/global/pages.scss

+ 17 - 1
common/styles/global/pages.scss

@@ -1098,7 +1098,7 @@
 			width: 204rpx;height: 250rpx;@include ezy-no-repeat-cover;
 			display: flex;flex-direction: column;align-items: center;justify-content: center;
 			background-image: url("@/static/images/game/food-bj.png");
-			img{width: 144rpx;height:135rpx;}
+			.food-image{width: 144rpx;height:135rpx;}
 			.food-item-jf{
 				width: 123rpx;height: 46rpx;
 				display: flex;align-items: center;line-height: 1.2;font-size: 26rpx;
@@ -1109,4 +1109,20 @@
 			}
 		}
 	}
+}
+
+.yxsm-popup-box{
+		width: 684rpx;height: 1308rpx;box-sizing: border-box;padding: 120rpx 56rpx 60rpx;overflow-y: auto;
+		background-image: url("@/static/images/login/agree-content-bj.png");@include ezy-no-repeat-cover;
+		position: relative;text-align: justify;display: flex;flex-direction: column;position: relative;
+		.yxsm-close-btn{width: 62rpx;height: 62rpx;@include ezy-no-repeat-cover;position: absolute;
+		top: 64rpx;right: 44rpx;background-image: url("@/static/images/common/close-icon.png");}
+		.yxsm-item-box{overflow-y: auto;line-height: 1.8;font-size: 28rpx;}
+		.yxsm-popup-title{font-size: 36rpx;color: #333;text-align: center;margin-bottom: 32rpx;}
+		.item-title{color: #359ae2;}
+		.item-content{color: #555;}
+		@media (max-height: 480px){
+			padding: 120rpx 56rpx 120rpx;
+			.yxsm-close-btn{top: 100rpx;}
+		}
 }