/* pages/placingOrder/placingOrder.wxss */ .closeXieyi,.xieyi{ display: block; } .main{ width: 750rpx; position: fixed; left: 0; top: 0; height: calc(100vh - 120rpx); overflow: auto; background-color: white; z-index: 99; } .closeGroup{ display: flex; align-items: center; justify-content: flex-end; padding-right: 48rpx; padding-top: 38rpx; } .placingIcon{ width: 663rpx; height: 515rpx; margin:25rpx auto 74rpx; } .msgGroup{ padding: 0 46rpx; display: flex; flex-direction: column; align-items: center; } .codeGroup{ width: 100%; display: flex; align-items: center; justify-content: flex-end; margin-bottom: 15rpx; } .inputGroup{ width: 100%; display: flex; align-items: center; justify-content: space-between; margin-bottom: 15rpx; } .userTitle{ line-height: 24rpx; font-size:24rpx; font-family:PingFangSC; font-weight:400; color:rgba(35,24,21,1); } .userInput{ position: relative; width:539rpx; height: 65rpx; line-height: 65rpx; border: 2rpx solid #bfbfbf; padding: 0 28rpx; box-sizing: border-box; border-radius: 20rpx; font-size:24rpx; font-family:PingFangSC; font-weight:300; } .getCode{ width: 160rpx; height: 50rpx; line-height: 50rpx; font-size:26rpx; font-family:PingFangSC; font-weight:400; color:rgba(255,255,255,1); background-color: #2a558c; border-radius: 15rpx; text-align: center; margin-left: 30rpx; } .selectIcon{ width: 25rpx; height: 15rpx; } .selectSiteGroup{ display: flex; align-items: center; justify-content: space-between; } .agreementGroup{ width: 658rpx; margin: 0 auto; display: flex; align-items: center; margin-top: 19rpx; } .agreeIcon{ width: 29rpx; height: 28rpx; margin-right: 17rpx; } .agreementText{ line-height: 24rpx; font-size:24rpx; font-family:PingFangSC; font-weight:300; color:rgba(156,157,157,1); display: flex; align-items: center; } .subscribeBtn{ margin: 0 auto; width:652rpx; height:70rpx; margin-top: 39rpx; margin-bottom: 99rpx; } .pickerGroup{ width: 100%; } .receiveFrame{ position: fixed; top: 0; left: 0; width: 750rpx; height: calc(100vh - 120rpx); z-index: 9; display: flex; flex-direction: column; align-items: center; overflow: auto; } .receiveGroup{ width: 750rpx; height: 1353rpx; position: relative; } .newImages12{ position: absolute; top:48rpx; right: 38rpx; width: 42rpx; height: 42rpx; } .newImages2-3{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 41rpx; width: 322rpx; height: 71rpx; } .newImages2-1{ width: 750rpx; height: 1353rpx; } .newImages2-2{ position: absolute; left: 50%; transform: translateX(-50%); top: 593rpx; width: 366rpx; height: 57rpx; } .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; } .yuyueTop{ display: block; margin: 0 auto; width: 699rpx; height: 226rpx; margin-bottom: 45rpx; } .newImages2-41{ width:653rpx; height: 71rpx; margin: 0 auto; } .getPhoneFrame{ position: absolute; left: 50%; transform: translateX(-50%); top: 0; width:653rpx; height: 71rpx; z-index: 2; } .getPhoneBtn{ opacity: 0; } .tipFrame{ position: fixed; left: 0; top: 0; width: 750rpx; height: calc(100vh - 120rpx); z-index: 9; background-color: rgba(000,000,000,0.5); display: flex; align-items: center; justify-content: center; } .tipGroup{ position: relative; width: 641rpx; height: 988rpx; } .tipGroupBg{ width: 100%; height: 100%; } .tipGroupContent{ position: absolute; top: 120rpx; left: 50%; transform: translateX(-50%); width: 634rpx; height: 850rpx; overflow: auto; } .tipGroupContentImg{ width: 633rpx; height: 1826rpx; } .tipGroupContentBtn{ width: 429rpx; height: 70rpx; margin: 0 auto; margin-top: 50rpx; margin-bottom: 20rpx; } .closeTip{ position: absolute; top: -27rpx; right: -27rpx; width: 37rpx; height: 37rpx; }