Browse Source

样式修改

tanxue 1 month ago
parent
commit
7f943a8cd8
1 changed files with 8 additions and 2 deletions
  1. 8 2
      common/styles/global/pages.scss

+ 8 - 2
common/styles/global/pages.scss

@@ -2135,7 +2135,13 @@
 // 看视频
 .ezy-ksp-page{
 	.ksp-body{position: relative;z-index: 1;}
-	.ksp-video-box{width: 100%;height: 423rpx;}
+	.ksp-video-box{
+		width: 100%;height: 423rpx;
+		.prism-big-play-btn{
+			width: 90rpx;height: 90rpx;
+			background-image: url("@/static/images/xuexi/video-play-btn.png");
+		}
+	}
 	.ksp-item-list{
 		width: 95%;margin: 0 auto 32rpx;border-radius: 16rpx;position: relative;
 		background-color: #5894f6;padding: 32rpx 0 1rpx;box-sizing: border-box;
@@ -2155,7 +2161,7 @@
 			width: 104rpx;height: 104rpx;@include ezy-no-repeat-cover;flex-shrink: 0;
 			@include ezy-no-repeat-cover;background-image: url("@/static/images/xuexi/xx-ksp-icon.png");
 		}
-		.ksp-title{color: #444;font-size: 34rpx;margin-right: auto;
+		.ksp-title{color: #444;font-size: 32rpx;margin-right: auto;
 		margin-left: 10rpx;height: 50rpx;@include single-line-ellipsis;}
 	}