|
- /**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: 576rpx;
- height: 122rpx;
- margin-bottom: 66rpx;
- }
- .logo{
- width: 542rpx;
- height: 228rpx;
- margin-bottom: 60rpx;
- }
- .search{
- width: 536rpx;
- height: 58rpx;
- margin-bottom: 42rpx;
- }
-
- .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: 596rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background: #FFFFFF;
- border-radius: 20rpx;
- }
- .toppic{
- width: 650rpx;
- height: 210rpx;
- margin-bottom: 60rpx;
- }
- .desc{
- width: 560rpx;
- height: 52rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #000000;
- line-height: 52rpx;
- text-align: center;
- }
- .desc1{
- width: 560rpx;
- height: 52rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: normal;
- color: #666;
- line-height: 52rpx;
- }
- .avatarbtn{
- width: 284rpx;
- height: 98rpx;
- margin-top: 50rpx;
- }
- .phone-btn{
- width: 284rpx !important;
- height: 98rpx !important;
- background: url('https://static.quhouse.com/ce258ace701549af8a3a47c07881d3ed.png')no-repeat;
- background-size: 284rpx 98rpx;
- padding: 0;
- margin-top: 50rpx;
- }
- .bg .close{
- margin-top: 40rpx;
- width: 54rpx;
- height: 54rpx;
- }
|