|
- /**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;
- }
- .bg{
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background-color: rgba(0,0,0,0.69);
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .avatar-modal,.phope-modal{
- width: 650rpx;
- height: 392rpx;
- background: url('https://static.quhouse.com/8bf6c53566574d01ad6836a894511b95.png') no-repeat;
- background-size: 650rpx 392rpx;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- }
- .desc{
- width: 434rpx;
- height: 96rpx;
- font-size: 32rpx;
- text-align: center;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- line-height: 48rpx;
- margin-bottom: 60rpx;
- }
- .phone-btn{
- width: 510rpx !important;
- height: 96rpx !important;
- background: #CE592E;
- border-radius: 48rpx;
- line-height: 96rpx !important;
- color: #fff;
- font-size: 32rpx;
- padding: 0;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- }
- .bg .close{
- margin-top: 40rpx;
- width: 54rpx;
- height: 54rpx;
- }
|