Commit e2f5e895 authored by youjie's avatar youjie

no message

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