|
- /* pages/perfectMsg/perfectMsg.wxss */
- image{
- display: block;
- }
- view{
- -webkit-overflow-scrolling: touch;
- }
- .main{
- height: calc(100vh - 120rpx);
- overflow: auto;
- position: relative;
- }
- .pageBg{
- position: absolute;
- left: 0;
- bottom: 0;
- width: 750rpx;
- height: 1506rpx;
- z-index: -1;
- }
- .drawBtn{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 107rpx;
- }
- .yuyue{
- width: 81rpx;
- height: 81rpx;
- position: fixed;
- right: 35rpx;
- top: 214rpx;
- }
- .ruleFrame{
- position: fixed;
- top:0;
- left: 0;
- height: calc(100vh - 120rpx);
- overflow: auto;
- }
- .gameRule{
- width: 750rpx;
- height: 2362rpx;
- margin-top: -1rpx;
- }
- .closeRule{
- position: fixed;
- right: 70rpx;
- top: 102rpx;
- width: 56rpx;
- height: 57rpx;
- }
- .pageTitle{
- margin: 0 auto;
- width: 650rpx;
- line-height: 40rpx;
- font-size:40rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(255,255,255,1);
- padding-top: 200rpx;
- padding-bottom: 30rpx;
- border-bottom: 2rpx solid #73788d;
- }
- .selectGroup{
- margin: 0 auto;
- width: 650rpx;
- margin-top: 85rpx;
- margin-bottom: 45rpx;
- }
- .selectType{
- border:2rpx solid #73788d;
- border-radius: 20rpx;
- width: 100%;
- height: 70rpx;
- line-height: 70rpx;
- font-size:30rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(255,255,255,1);
- text-align: center;
- }
- .selectType2{
- background-color: white;
- color: #182a72;
- }
- .userMsgFrame{
- margin: 0 auto;
- width: 650rpx;
- }
- .userMsgGroup{
- width: 100%;
- height: 65rpx;
- margin-bottom: 15rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .userMsgGroup2{
- width: 540rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .userMsgTitle{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(255,255,255,1);
- }
- .userMsgInput{
- width: 540rpx;
- height:65rpx;
- padding: 0 30rpx;
- border:2rpx solid #73788d;
- border-radius: 20rpx;
- line-height: 65rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:white;
- box-sizing: border-box;
- }
- .getCode{
- width:162rpx;
- height:50rpx;
- text-align: center;
- background-color: white;
- line-height:50rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(24,42,114,1);
- border-radius: 20rpx;
- }
- .selectIcon{
- width: 23rpx;
- height: 13rpx;
- }
- .submitBtn{
- width: 711rpx;
- height: 70rpx;
- margin: 0 auto;
- }
- .userMsgDetailGroup{
- padding-top: 25rpx;
- padding-bottom: 90rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .userMsgDetail{
- width:700rpx;
- height:100rpx;
- padding: 20rpx 30rpx;
- border:2rpx solid #73788d;
- border-radius: 20rpx;
- box-sizing: border-box;
- display: flex;
- }
- .mainGroup{
- position: relative;
- padding-bottom: 87rpx;
- }
- .detailTitle{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:400;
- color:rgba(255,255,255,1);
- }
- .addressTextarea{
- width: 500rpx;
- height: 60rpx;
- line-height: 30rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:white;
- }
- .getPhoneFrame{
- position: absolute;
- left: 0;
- top: 0;
- width:100%;
- height: 70rpx;
- z-index: 2;
- }
- .getPhoneBtn{
- opacity: 0;
- }
- .ruleFrame2{
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- background-color: rgba(0,0,0,0.5);
- z-index: 9;
- }
- .windowTipGroup{
- position: relative;
- width: 501rpx;
- height: 550rpx;
- }
- .windowTipImg{
- width: 100%;
- height: 100%;
- }
- .windowTipBtn{
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 66rpx;
- width: 389rpx;
- height: 60rpx;
- }
- .windowTipClose{
- position: absolute;
- width: 42rpx;
- height: 42rpx;
- top: -32rpx;
- right: -32rpx;
- }
|