Commit 5e385440 authored by 黄奎's avatar 黄奎

样式修改

parent 3ad9e0c3
...@@ -317,7 +317,7 @@ ...@@ -317,7 +317,7 @@
.catstyle4 .good .good-img { .catstyle4 .good .good-img {
width: 77px; width: 77px;
height: 77px; height: 126rpx;
} }
.catstyle4 .good .good-info .good-name { .catstyle4 .good .good-info .good-name {
......
...@@ -151,10 +151,13 @@ ...@@ -151,10 +151,13 @@
<style> <style>
.Teachers{ .Teachers{
display: flex; /* display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
flex-wrap: wrap; flex-wrap: wrap; */
margin-bottom: 14rpx;
padding-left: 20rpx;
padding-right: 20rpx;
} }
.cart2 { .cart2 {
width: 40rpx; width: 40rpx;
...@@ -163,7 +166,7 @@ ...@@ -163,7 +166,7 @@
.price2 { .price2 {
font-size: 14px; font-size: 14px;
color: #ff4544; color: #ff4544;
flex: 1; /* flex: 1; */
margin-right: 20rpx; margin-right: 20rpx;
} }
.good-info2{ .good-info2{
...@@ -178,6 +181,7 @@ ...@@ -178,6 +181,7 @@
.portrait-box{ .portrait-box{
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 10rpx;
} }
.portrait{ .portrait{
width: 50rpx; width: 50rpx;
......
...@@ -36,14 +36,14 @@ ...@@ -36,14 +36,14 @@
</view> </view>
</view> </view>
<view class="box-bg" @click="formType(2)"> <view class="box-bg" @click="formType(2)">
<input maxlength="0" readonly="readonly" class="uni-input inputM" <input maxlength="0" disabled='true' class="uni-input inputM"
style='margin-left: 10px;margin-top: 5px;' v-model="rules.DemandPoint" placeholder="就读年级" /> style='margin-left: 10px;margin-top: 5px;' v-model="rules.DemandPoint" placeholder="就读年级" />
<view> <view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
</view> </view>
</view> </view>
<view class="box-bg" @click="formType(3)"> <view class="box-bg" @click="formType(3)">
<input maxlength="0" class="uni-input inputM" readonly="readonly" <input maxlength="0" class="uni-input inputM" disabled='true'
style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" /> style='margin-left: 10px;margin-top: 5px;' v-model="rules.School_Id" placeholder="报名校区" />
<view> <view>
<u-icon name="arrow" color="#9F9F9F" size="20"></u-icon> <u-icon name="arrow" color="#9F9F9F" size="20"></u-icon>
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
<!-- @click="chosenAddress(ds.address.id)" --> <!-- @click="chosenAddress(ds.address.id)" -->
<view class="add-box"> <view class="add-box">
<!-- <view v-if="address.province && address.province != ''" class="add-info"> --> <!-- <view v-if="address.province && address.province != ''" class="add-info"> -->
<view v-if="namelist&&namelist.length>0" class="add-info"> <view v-if="namelist&&namelist.length>0" class="add-info">
<!-- <view class="address">{{ address.province + address.city + address.district }}</view> -->
<view class="area"> <view class="area">
<view class="name-top"> <view class="name-top">
<view class="mask-lit22" :style="{ 'background-color': mc }">{{Thename.substr(0,1)}} <view class="mask-lit22" :style="{ 'background-color': mc }">{{Thename.substr(0,1)}}
...@@ -15,14 +14,10 @@ ...@@ -15,14 +14,10 @@
</view> </view>
</view> </view>
</view> </view>
<view class="address"> <view class="address">
<!-- 切换学员 -->
<!-- <text style="margin-right: 10px;">{{ address.name }}</text>
<text>{{ address.mobile }}</text -->
</view> </view>
</view> </view>
<view v-else class="add-info" > <view v-else class="add-info2" >
<view @click="chosenAddress()">请添加学员</view> <view @click="chosenAddress()">请添加学员</view>
</view> </view>
<view class="arrow" @click="chosenAddress()"> <view class="arrow" @click="chosenAddress()">
...@@ -837,6 +832,15 @@ ...@@ -837,6 +832,15 @@
</script> </script>
<style> <style>
.add-info2{
width: 1px;
flex: 1;
min-height: 60px;
display: block;
padding: 10px 0;
display: flex;
align-items: center;
}
.determine-box { .determine-box {
margin: auto; margin: auto;
height: 80rpx; height: 80rpx;
...@@ -882,6 +886,7 @@ ...@@ -882,6 +886,7 @@
.name-top { .name-top {
display: flex; display: flex;
align-items: center;
} }
.mask-lit { .mask-lit {
...@@ -965,7 +970,8 @@ ...@@ -965,7 +970,8 @@
width: 1px; width: 1px;
flex: 1; flex: 1;
min-height: 60px; min-height: 60px;
display: block; display: flex;
align-items: center;
padding: 10px 0; padding: 10px 0;
} }
......
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