Browse Source

样式优化

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

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

@@ -1973,7 +1973,7 @@
 	
 	//学习大纲
 	.dagang-content-box{
-		background-color: #e3f7fe;margin-top: 260rpx;position: relative;
+		background-color: #e3f7fe;margin-top: 200rpx;position: relative;
 		.dagang-content-title{
 			font-size: 32rpx;font-weight: bold;text-align: left;color: #333;
 			margin-left: 36rpx;position: relative;z-index: 1;
@@ -1990,6 +1990,6 @@
 	.dagang-content-box::before{
 		content: '';width: 750rpx;height: 193rpx;display: block;@include ezy-no-repeat-cover;
 		background-image: url("@/static/images/xuexi/dagang-img.png");
-		position: absolute;top: -110rpx;left: 0;z-index: 1;
+		position: absolute;top: -138rpx;left: 0;z-index: 1;
 	}
 }