/**index.wxss**/ .container{ background: url('https://static.quhouse.com/26af356fe053431e8bd56f8ea07734a5.png') no-repeat; width: 750rpx; height: 1464rpx; background-size: 750rpx 1464rpx; display: flex; flex-direction: column; align-items: center; } .cont { width: 650rpx; height: 998rpx; background: #FFFFFF; border-radius: 20rpx; margin-top: 120rpx; position: relative; display: flex; flex-direction: column; align-items: center; padding-top: 84rpx; } .sanjiao{ position: absolute; bottom: -44rpx; left: 279rpx; width: 92rpx; height: 44rpx; } .title{ width: 554rpx; height: 228rpx; margin-bottom: 24rpx; } .logo{ width: 542rpx; height: 228rpx; margin-bottom: 60rpx; } .search{ width: 536rpx; height: 58rpx; margin-bottom: 42rpx; } .agreement{ display: flex; align-items: center; justify-content: flex-start; margin-bottom: 30rpx; } .checked{ width: 28rpx; height: 28rpx; margin-right: 8rpx; } .nocheck{ width: 24rpx; height: 24rpx; margin-right: 8rpx; border: 2rpx #CE592E solid; border-radius: 5rpx; } .text{ height: 32rpx; font-size: 24rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #000000; line-height: 32rpx; } .text1{ color: #CE592E; } .btn{ width: 510rpx; height: 96rpx; background: #CE592E; border-radius: 48rpx; line-height: 96rpx; font-size: 32rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #FFFFFF; border: 2rpx solid #CE592E; text-align: center; } .btn1{ color: #CE592E; background:#FFFFFF; border: 2rpx solid #CE592E; margin-top: 30rpx; }