样式优化
This commit is contained in:
parent
cd86940a4e
commit
ae5103288c
@ -862,6 +862,7 @@ navigator {
|
|||||||
.item {
|
.item {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
padding: 0 10rpx;
|
||||||
|
|
||||||
&:not(:last-of-type) {
|
&:not(:last-of-type) {
|
||||||
border-right: 1rpx dotted #ebebeb;
|
border-right: 1rpx dotted #ebebeb;
|
||||||
|
@ -708,6 +708,7 @@ navigator {
|
|||||||
.details-box .pattern .introduce .item {
|
.details-box .pattern .introduce .item {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
|
padding: 0 10rpx;
|
||||||
}
|
}
|
||||||
.details-box .pattern .introduce .item:not(:last-of-type) {
|
.details-box .pattern .introduce .item:not(:last-of-type) {
|
||||||
border-right: 1rpx dotted #ebebeb;
|
border-right: 1rpx dotted #ebebeb;
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="box">
|
<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">
|
<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 }}">
|
<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>
|
<image class="img" src="{{ item.schoollogo }}"></image>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user