样式优化
This commit is contained in:
parent
cd86940a4e
commit
ae5103288c
@ -862,7 +862,8 @@ navigator {
|
||||
.item {
|
||||
text-align: center;
|
||||
font-size: 24rpx;
|
||||
|
||||
padding: 0 10rpx;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-right: 1rpx dotted #ebebeb;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user