Commit fdce33dd authored by 黄奎's avatar 黄奎

轮播图图片和文字大小修改

parent bda6d048
......@@ -462,7 +462,7 @@
<style>
.classification-text {
font-weight: 600;
font-size: 24rpx;
font-size: 28rpx;
margin-right: 6rpx;
}
......@@ -498,7 +498,7 @@
background-color: #F0F0F0;
display: flex;
align-items: center;
font-size: 24rpx;
font-size: 28rpx;
padding: 0 20rpx;
margin-right: 25rpx;
margin-bottom: 25rpx;
......
......@@ -41,10 +41,10 @@
<view class="title">
就读学校
</view>
<input class="uni-input inputM" placeholder-class="placeholderClass" v-model="rules.BaseCondition"
<input class="uni-input inputM" style="padding-right: 10px;" placeholder-class="placeholderClass" v-model="rules.BaseCondition"
placeholder="请选择" />
<view>
<u-icon @click="formType(1)" name="arrow" color="#9F9F9F" size="20"></u-icon>
<view @click="formType(1)">
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view>
</view>
<view class="box-bg" @click="formType(2)">
......
......@@ -19,7 +19,7 @@
:enable-progress-gesture="true" :controls="true" :show-progress="true"
:show-mute-btn="true" objectFit="cover"></video>
<image @click="previewImage(index)" style="width:100%;height:100%;" v-else
:src="item.pic_url" mode="aspectFill"></image>
:src="item.pic_url" mode="aspectFit"></image>
</swiper-item>
</block>
</swiper>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment