Commit a35ab562 authored by 黄奎's avatar 黄奎

div层级修改

parent 932ff04a
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
<view class="title"> <view class="title">
就读学校 就读学校
</view> </view>
<input class="uni-input inputM" style="padding-right: 10px;" placeholder-class="placeholderClass" v-model="rules.BaseCondition" <input class="uni-input inputM" style="padding-right: 10px;" placeholder-class="placeholderClass"
placeholder="请选择" /> v-model="rules.BaseCondition" placeholder="请选择" />
<view @click="formType(1)"> <view @click="formType(1)">
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
...@@ -332,37 +332,42 @@ ...@@ -332,37 +332,42 @@
</script> </script>
<style> <style>
.gender-name{ .gender-name {
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #282828 color: #282828
} }
.placeholderClass{
.placeholderClass {
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #C8C8C8; color: #C8C8C8;
} }
.title{
.title {
padding-right: 51rpx; padding-right: 51rpx;
font-size: 30rpx; font-size: 30rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 500; font-weight: 500;
color: #282828; color: #282828;
} }
.uni-input { .uni-input {
margin-left: 0rpx !important; margin-left: 0rpx !important;
flex:1; flex: 1;
font-size: 30rpx; font-size: 30rpx;
} }
.uni-input2 {
.uni-input2 {
height: 108rpx; height: 108rpx;
margin-left: 0rpx !important; margin-left: 0rpx !important;
flex:1; flex: 1;
line-height: 40rpx; line-height: 40rpx;
font-size: 30rpx; font-size: 30rpx;
} }
.school { .school {
font-size: 22rpx; font-size: 22rpx;
} }
...@@ -399,6 +404,7 @@ ...@@ -399,6 +404,7 @@
font-weight: 500; font-weight: 500;
font-size: 30rpx; font-size: 30rpx;
color: #FFF; color: #FFF;
z-index: 100
} }
.list2 { .list2 {
...@@ -489,7 +495,8 @@ ...@@ -489,7 +495,8 @@
/* justify-content: space-between; */ /* justify-content: space-between; */
padding-right: 52rpx; padding-right: 52rpx;
} }
.box-bg2 {
.box-bg2 {
height: 224rpx; height: 224rpx;
line-height: 88rpx; line-height: 88rpx;
...@@ -502,6 +509,7 @@ ...@@ -502,6 +509,7 @@
/* justify-content: space-between; */ /* justify-content: space-between; */
padding-right: 52rpx; padding-right: 52rpx;
} }
.box-img { .box-img {
display: flex; display: flex;
justify-content: center; justify-content: center;
......
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