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

样式修改

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