|
@@ -2524,9 +2524,9 @@
|
|
|
// 带点的单词展示
|
|
// 带点的单词展示
|
|
|
.word-circle-box{
|
|
.word-circle-box{
|
|
|
width: 100%;overflow: hidden;word-wrap: break-word;word-break: break-all;line-height: 1.8;
|
|
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;
|
|
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{
|
|
.word-link-box::before,.word-link-box::after{
|
|
|
content: '';width: 100%;height: 42rpx;z-index: 1;
|
|
content: '';width: 100%;height: 42rpx;z-index: 1;
|
|
|
display: block;position: absolute;left: 0;
|
|
display: block;position: absolute;left: 0;
|
|
@@ -2534,8 +2534,7 @@
|
|
|
}
|
|
}
|
|
|
.word-link-box::before{top: 0;}
|
|
.word-link-box::before{top: 0;}
|
|
|
.word-link-box::after{bottom: 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:nth-child(odd){color: #ff9a01;}
|
|
|
text:not(:first-child)::before{
|
|
text:not(:first-child)::before{
|
|
|
content: '';width: 10rpx;height: 10rpx;background-color: #999;margin: 0 6rpx;
|
|
content: '';width: 10rpx;height: 10rpx;background-color: #999;margin: 0 6rpx;
|