修改
This commit is contained in:
parent
e48068432a
commit
0855914516
@ -179,6 +179,7 @@
|
||||
if (value && value2) {
|
||||
uni.removeStorageSync('phone');
|
||||
uni.removeStorageSync('openid');
|
||||
uni.removeStorageSync('this.DATAList');
|
||||
uni.removeStorageSync('studentId');
|
||||
this.mask = false
|
||||
that.$refs.uToast.show({
|
||||
@ -413,7 +414,7 @@
|
||||
.school {
|
||||
width: 95%;
|
||||
margin: 5rpx auto;
|
||||
// height: 390rpx;
|
||||
height: 420rpx;
|
||||
// background-color: red;
|
||||
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);
|
||||
border-radius: 10rpx;
|
||||
@ -432,7 +433,7 @@
|
||||
.schoolitem {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
// height: 263rpx;
|
||||
height: 317rpx;
|
||||
background: #F9F9FA;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
@ -454,7 +455,7 @@
|
||||
|
||||
.student {
|
||||
width: 90%;
|
||||
// height: 573rpx;
|
||||
height: 573rpx;
|
||||
margin: 0 auto;
|
||||
transform: translateY(-50px);
|
||||
background: #FFFFFF;
|
||||
@ -464,7 +465,7 @@
|
||||
|
||||
.backgrounditem {
|
||||
width: 665rpx;
|
||||
// height: 445rpx;
|
||||
height: 445rpx;
|
||||
background: #F9F9FA;
|
||||
border-radius: 10rpx;
|
||||
position: relative;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user