Commit e2f5e895 authored by youjie's avatar youjie

no message

parent 325d3d87
......@@ -59,7 +59,7 @@
<view class="school-bg">
<text>
<!-- <u-icon name="arrow-left" size="20"></u-icon> -->
<text class="school">选择就读学校</text>
<text class="school font28">选择就读学校</text>
</text>
</view>
<!-- <view class="search">
......@@ -96,7 +96,7 @@
<view class="school-bg">
<text>
<!-- <u-icon name="arrow-left" size="20"></u-icon> -->
<text class="school">选择校区</text>
<text class="school font28">选择校区</text>
</text>
</view>
<!-- <view class="search">
......@@ -321,6 +321,11 @@
font-size: 22rpx;
}
.school.font28{
font-size: 28rpx;
padding: 15rpx 0;
}
.search {
margin-bottom: 20rpx;
}
......@@ -356,8 +361,8 @@
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: solid 1px #999;
height: 60rpx;
border-bottom: solid 1px #d1d1d1;
padding: 20rpx 0;
padding-left: 20rpx;
padding-right: 20rpx;
font-size: 24rpx;
......
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