|
- /* pages/yuyue/yuyue.wxss */
- .closeXieyi,.xieyi{
- display: block;
- }
- .main{
- width: 750rpx;
- position: fixed;
- left: 0;
- top: 0;
- height: calc(100vh - 150rpx);
- overflow: auto;
- background-color: white;
- z-index: 99;
- }
- .titleText{
- width: 682rpx;
- margin: 0 auto;
- margin-top: 78rpx;
- margin-bottom: 28rpx;
- line-height: 39rpx;
- font-size:39rpx;
- font-family:PingFangSC;
- font-weight:bold;
- color:rgba(0,77,149,1);
- }
- .lineSty{
- width: 682rpx;
- height:2rpx;
- background-color: #B6B6B6;
- margin: 0 auto;
- margin-bottom: 45rpx;
- }
- .closeXieyi{
- position: absolute;
- right: 48rpx;
- top: 38rpx;
- width: 42rpx;
- height: 42rpx;
- }
- .xieyiGroup{
- width: 682rpx;
- margin: 0 auto;
- height: calc(100vh - 342rpx);
- overflow: auto;
- }
- .yuyueTop{
- display: block;
- margin: 0 auto;
- width: 699rpx;
- height: 225rpx;
- margin-bottom: 143rpx;
- }
-
- .inputGroup{
- width:654rpx;
- height:65rpx;
- margin: 0 auto;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- font-size: 24rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border: 2rpx solid #B4B4B4;
- position: relative;
- overflow: hidden;
- }
- .inputCode{
- height: 100%;
- width: 100%;
- }
- .getPhoneFrame{
- position: absolute;
- left: 0;
- top: 0;
- width: 652rpx;
- height: 65rpx;
- z-index: 2;
- }
- .getPhoneBtn{
- opacity: 0;
- }
- .selectSiteGroup{
- border: 2rpx solid #B4B4B4;
- margin: 0 auto;
- width:652rpx;
- height:65rpx;
- background-color: white;
- border-radius: 20rpx;
- box-sizing: border-box;
- line-height: 65rpx;
- padding: 0 25rpx;
- font-size: 24rpx;
- margin-top: 18rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .selectIcon{
- width: 25rpx;
- height: 15rpx;
- }
- .subscribeBtn{
- position: relative;
- margin: 0 auto;
- width:652rpx;
- height:70rpx;
- margin-top: 18rpx;
- margin-bottom: 24rpx;
- }
- .getUserMsgBtn{
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0;
- margin: 0;
- padding:0;
- }
- .agreeIcon{
- width: 29rpx;
- height: 28rpx;
- margin-right: 17rpx;
- }
- .agreementGroup{
- width: 652rpx;
- margin: 0 auto;
- display: flex;
- align-items: center;
- margin-top: 15rpx;
- }
- .agreementText{
- line-height: 24rpx;
- font-size:24rpx;
- font-family:PingFangSC;
- font-weight:300;
- color:rgba(156,157,157,1);
- display: flex;
- align-items: center;
- }
|