This commit is contained in:
闫晓茹 2023-04-20 10:03:04 +08:00
parent ac992fa3f7
commit e0e1b7b20a

View File

@ -412,7 +412,7 @@
} }
.school { .school {
width: 95%; width: 90%;
margin: 0 auto 20rpx; margin: 0 auto 20rpx;
height: 420rpx; height: 420rpx;
// background-color: red; // background-color: red;
@ -456,7 +456,7 @@
.student { .student {
width: 90%; width: 90%;
height: 573rpx; height: 573rpx;
margin: 0 auto; margin: 0 auto 20rpx;
transform: translateY(-50px); transform: translateY(-50px);
background: #FFFFFF; background: #FFFFFF;
box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43); box-shadow: 0rpx 3rpx 18rpx 0rpx rgba(161, 220, 211, 0.43);