|
@@ -37,9 +37,9 @@
|
|
|
</view>
|
|
|
<view class="f_words">
|
|
|
<view class="word word_one">预约报名</view>
|
|
|
- <view class="word word_one">扫码添加活动 专属微信号</view>
|
|
|
- <view class="word word_one">模考</view>
|
|
|
- <view class="word word_one">领福利</view>
|
|
|
+ <view class="word word_two">扫码添加活动 专属微信号</view>
|
|
|
+ <view class="word word_three">模考</view>
|
|
|
+ <view class="word word_four">领福利</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -256,6 +256,24 @@ page {
|
|
|
width: 48rpx;
|
|
|
}
|
|
|
}
|
|
|
+ .f_words {
|
|
|
+ display: flex;
|
|
|
+ align-items: flex-start;
|
|
|
+ width: 526rpx;
|
|
|
+ justify-content: space-between;
|
|
|
+ .word {
|
|
|
+ font-size: 26rpx;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #3F8DFD;
|
|
|
+ }
|
|
|
+ .word_one {
|
|
|
+
|
|
|
+ }
|
|
|
+ .word_two {
|
|
|
+ width: 156rpx;
|
|
|
+ text-align: center;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.distance_time {
|