.container{ padding: 40rpx; width: 100vw; height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%); } .logo_img{ width: 150rpx; height: 150rpx; margin-bottom: 50rpx; image{ width: 150rpx; height: 150rpx; } } .list { width: 320px; height: 400px; background-color: #ffffff; box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4); border-radius: 25rpx; display: flex; flex-direction: column; padding: 50rpx; .image{ display: flex; justify-content: space-between; .image-logo{ width: auto; height: 100rpx; line-height: 100rpx; font-family: Source Han Sans CN; font-weight: bold; font-size: 42rpx; color: #222222; } } } .list-call { display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding-top: 10rpx; height: 120rpx; font-weight: normal; color: #333333; border-bottom: 0.5px solid #e2e2e2; } .list-call .u-input { flex: 1; font-size: 39rpx; text-align: left; margin-left: 16rpx; } .button { color: #ffffff; width: 400rpx; height: 80rpx; background: #1E90FF; box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4); border-radius: 25rpx; line-height: 80rpx; text-align: center; margin: 65rpx auto 0; }