.box{ width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; } .box input{ width:690rpx; height:90rpx; background:rgba(255,255,255,1); box-shadow:0px 0px 4rpx 0px rgba(141,141,141,1); border-radius:10rpx; font-size: 28rpx; padding-left: 20rpx; margin-top: 30rpx; } .box .list{ width: 690rpx; display: flex; flex-wrap: wrap; justify-content: space-between; } .box .list view{ display: flex; align-items: center; justify-content: center; height:58rpx; background:rgba(255,255,255,1); box-shadow:0px 0px 18rpx 0px rgba(208,208,208,1); border-radius:29rpx; font-size:28rpx; color:rgba(92,92,92,1); padding: 0rpx 20rpx; margin-top:32rpx; } .box .list .active{ background: #ccc; color: white; } .box .btn{ width:420rpx; height:88rpx; background:rgba(24,213,185,1); box-shadow:0px 0px 20rpx 0px rgba(100,239,218,1); border-radius:44rpx; display: flex; align-items: center; justify-content: center; font-size:32rpx; color:rgba(255,255,255,1); margin-top: 200rpx; }