tanxue 2 miesięcy temu
rodzic
commit
b73c773b4a
1 zmienionych plików z 9 dodań i 8 usunięć
  1. 9 8
      common/styles/global/pages.scss

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

@@ -692,8 +692,8 @@
 		.study-name-img{width: 80rpx;height: 80rpx;position: absolute;top: 85rpx;left: 234rpx;}
 		.study-book-img{width: 130rpx;height: 179rpx;top: 100rpx;right:125rpx;}
 		.brand-lock,.brand-finish-icon{width: 55rpx;height: 55rpx;top: 12rpx;right: 45rpx;}
-		.brand-content{width: 200rpx;height: 68rpx;line-height: 68rpx;margin: 100rpx auto 0;font-size: 16rpx;}
-		.content-text{line-height: 28rpx;}
+		.brand-content{width: 200rpx;height: 68rpx;margin: 100rpx auto 0;font-size: 22rpx;}
+		.content-text{line-height: 26rpx;}
 		.brand-lock::before{width: 30rpx;height: 36rpx;margin-top: 6rpx;}
 		.brand-arrow{width: 46rpx;height: 46rpx;left: 38%;top: 46%;}
 		.brand-item{width: 200rpx;height: 140rpx;}
@@ -1933,15 +1933,16 @@
 		width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;line-height: 1.8;
 		color: #015fb0;font-weight: bold;font-size: 82rpx;text-align: center;margin: 42rpx auto 0;
 		text-shadow:-1rpx -1rpx 0 #fff,1rpx -1rpx 0 #fff,-1rpx 1rpx 0 #fff,1rpx 1rpx 0 #fff;
-		.word-link-box{display: inline-block;padding:0 48rpx;position:relative;line-height: 1.8;}
+		.word-link-box{display: inline-block;padding:14rpx 48rpx 36rpx;position:relative;line-height: 1;}
 		.word-link-box::before,.word-link-box::after{
-			content: '';width: 100%;height: 52rpx;z-index: 1;
+			content: '';width: 100%;height: 42rpx;z-index: 1;
 			display: block;position: absolute;left: 0;
-			border: 1rpx solid #bdd2d4;border-left: 0;border-right: 0;
+			border: 2rpx solid #bdd2d4;border-left: 0;border-right: 0;
 		}
-		.word-link-box::before{top: 66rpx;}
-		.word-link-box::after{height: auto;top: 24rpx;bottom: 0;}
-		text{display: inline-block;vertical-align: middle;position: relative;z-index: 2;}
+		.word-link-box::before{top: 0;}
+		.word-link-box::after{bottom: 0;}
+		text{display: inline-block;vertical-align: middle;position: relative;z-index: 2;
+		font-family:"Arial", sans-serif;}
 		text:nth-child(odd){color: #ff9a01;}
 		text:not(:first-child)::before{
 			content: '';width: 10rpx;height: 10rpx;background-color: #999;margin: 0 6rpx;