|
|
@@ -2526,7 +2526,7 @@
|
|
|
width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;line-height: 1.8;
|
|
|
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 38rpx;position:relative;line-height: 1;}
|
|
|
+ .word-link-box{display: inline-flex;padding:24rpx 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,11 +2534,11 @@
|
|
|
}
|
|
|
.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-weight: normal;}
|
|
|
+ text{display: inline-flex;align-items: center;position: relative;z-index: 2;font-weight: normal;font-family: "MiSans", "PingFang SC", sans-serif;}
|
|
|
text:nth-child(odd){color: #ff9a01;}
|
|
|
text:not(:first-child)::before{
|
|
|
content: '';width: 10rpx;height: 10rpx;background-color: #999;margin: 0 6rpx;
|
|
|
- display: inline-block;vertical-align: middle;border-radius: 10rpx;
|
|
|
+ display: inline-flex;align-items: center;border-radius: 10rpx;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -2603,7 +2603,7 @@
|
|
|
}
|
|
|
.word-circle-box{
|
|
|
font-size: 53rpx;margin: 10rpx auto 0;
|
|
|
- .word-link-box{padding: 9rpx 31rpx 23rpx;}
|
|
|
+ .word-link-box{padding: 16rpx 31rpx 26rpx;}
|
|
|
.word-link-box::before,.word-link-box::after{height: 27rpx;}
|
|
|
text:not(:first-child)::before{width: 6rpx;height: 6rpx;margin: 0 4rpx;}
|
|
|
}
|
|
|
@@ -2655,7 +2655,7 @@
|
|
|
}
|
|
|
.word-circle-box{
|
|
|
font-size: 131rpx;margin: 10rpx auto 0;
|
|
|
- .word-link-box{padding: 22rpx 77rpx 58rpx;}
|
|
|
+ .word-link-box{padding: 26rpx 77rpx 60rpx;}
|
|
|
.word-link-box::before,.word-link-box::after{height: 67rpx;}
|
|
|
text:not(:first-child)::before{width: 16rpx;height: 16rpx;margin: 0 10rpx;}
|
|
|
}
|