ソースを参照

修改华为兼容问题

tanxue 2 週間 前
コミット
e182b75d1a
1 ファイル変更3 行追加4 行削除
  1. 3 4
      common/styles/global/pages.scss

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

@@ -2524,9 +2524,9 @@
 	// 带点的单词展示
 	.word-circle-box{
 		width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;line-height: 1.8;
-		color: #3e7eff;font-weight: bold;font-size: 82rpx;text-align: center;margin: 42rpx auto 0;
+		color: #3e7eff;font-weight: bold;font-size: 76rpx;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:14rpx 12rpx 36rpx;position:relative;line-height: 1;}
+		.word-link-box{display: inline-block;padding:14rpx 12rpx 38rpx;position:relative;line-height: 1;}
 		.word-link-box::before,.word-link-box::after{
 			content: '';width: 100%;height: 42rpx;z-index: 1;
 			display: block;position: absolute;left: 0;
@@ -2534,8 +2534,7 @@
 		}
 		.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{display: inline-block;vertical-align: middle;position: relative;z-index: 2;font-weight: normal;}
 		text:nth-child(odd){color: #ff9a01;}
 		text:not(:first-child)::before{
 			content: '';width: 10rpx;height: 10rpx;background-color: #999;margin: 0 6rpx;