/* pages/placingOrder/placingOrder.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; } .closeGroup{ display: flex; align-items: center; justify-content: flex-end; padding-right: 48rpx; padding-top: 38rpx; } .closeXieyi{ width: 42rpx; height: 42rpx; } .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; } .getPhoneBtn{ position: absolute; left: 0; top: 0; opacity: 0; z-index: 9; } .pickerGroup{ width: 100%; } .receiveFrame{ position: fixed; top: 0; left: 0; width: 750rpx; height: calc(100vh - 150rpx); background-color: #7F93B3; z-index: 9; display: flex; flex-direction: column; align-items: center; } .receiveGroup{ width: 100%; height: 100%; position: relative; } .receiveGroupContent{ position: relative; margin: 0 auto; margin-top: 225rpx; width: 569rpx; height: 492rpx; } .newImages10{ width: 100%; height: 100%; } .newImages9{ position: absolute; left: 50%; transform: translateX(-50%); width: 366rpx; height: 57rpx; bottom: 25rpx; } .newImages12{ position: absolute; top:48rpx; right: 38rpx; width: 42rpx; height: 42rpx; } .newImages11{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 44rpx; width: 322rpx; height: 71rpx; }