样式优化

This commit is contained in:
A1300399510 2025-02-05 18:44:14 +08:00
parent cd86940a4e
commit ae5103288c
3 changed files with 4 additions and 2 deletions

View File

@ -862,7 +862,8 @@ navigator {
.item {
text-align: center;
font-size: 24rpx;
padding: 0 10rpx;
&:not(:last-of-type) {
border-right: 1rpx dotted #ebebeb;
}

View File

@ -708,6 +708,7 @@ navigator {
.details-box .pattern .introduce .item {
text-align: center;
font-size: 24rpx;
padding: 0 10rpx;
}
.details-box .pattern .introduce .item:not(:last-of-type) {
border-right: 1rpx dotted #ebebeb;

View File

@ -110,7 +110,7 @@
</view>
</view>
<view class="box">
<swiper class="swiper" current="{{ current }}" bindchange="swiperchange">
<swiper class="swiper" current="{{ current }}" bindchange="swiperchange" circular="{{ true }}">
<swiper-item class="swiper-item" wx:for="{{ admissionList }}" wx:key="index">
<view class="item flexflex" wx:for="{{ item }}" wx:for-index="i" wx:key="i" bind:tap="goDetails" data-uniqid="{{ item.uniqid }}">
<image class="img" src="{{ item.schoollogo }}"></image>