修改
This commit is contained in:
parent
2cfb253a16
commit
e48068432a
@ -44,7 +44,7 @@
|
||||
<view class="sex">性别.年龄:
|
||||
{{item.orderStatus=='PAY'?'已付款':''}}
|
||||
<span>{{item.studentSex=='MALE'?'男':''}}
|
||||
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}</span>
|
||||
{{item.studentSex=='FEMALE'?'女':''}} {{item.studentAge}}岁</span>
|
||||
</view>
|
||||
<view class="sex">所在班级:
|
||||
<span>{{item.className}}</span>
|
||||
@ -454,7 +454,7 @@
|
||||
|
||||
.student {
|
||||
width: 90%;
|
||||
height: 573rpx;
|
||||
// height: 573rpx;
|
||||
margin: 0 auto;
|
||||
transform: translateY(-50px);
|
||||
background: #FFFFFF;
|
||||
@ -464,7 +464,7 @@
|
||||
|
||||
.backgrounditem {
|
||||
width: 665rpx;
|
||||
height: 445rpx;
|
||||
// height: 445rpx;
|
||||
background: #F9F9FA;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user