/* case/pages/pwdLogin/pwdLogin.wxss */ page{ background-image: linear-gradient( #cdf0ff,#fff 40%); } .myclass{ background-color: transparent!important; } .page{ position: relative; flex:1; display: flex; position: relative; flex-direction: column; margin-top: 172rpx; } .logobox{display: flex;flex-direction: column;margin:40rpx 47rpx 0;position: relative;} .logobox .desc{ position: relative; z-index: 1; margin-top: 22rpx; font-size: 48rpx; font-weight: 500; color: rgba(0,0,0,0.85); } .logobg{ left:90rpx; top:76rpx; z-index:0; position: absolute; width:228rpx; height:22rpx; } .iptbox{ margin:70rpx 47rpx 0; } .buttonbox{ margin:64rpx 47rpx 0; } .btn{ display: flex; justify-content: center; align-items: center; height: 88rpx; background: linear-gradient(90deg, #377FF7 0%, #51AAFF 100%); border-radius: 44rpx; font-size: 32rpx; font-weight: 500; color: #FFFFFF; } .iptcell { width: 100%; height: 112rpx; align-items: center; white-space: nowrap; display: flex; justify-content: space-between; border-bottom: 1rpx solid rgba(0, 0, 0, 0.1); } .imgCode{ width:200rpx; height:75.6rpx; } .iptcell .code { width: 400rpx; margin-left: 0; } .iptcell input{ height:80rpx; } .type{ margin:24rpx 47rpx 0; display: flex; justify-content: space-between; align-items: center; } .mobileLogin,.zhuce{ font-size: 28rpx; font-family: PingFangSC, PingFang SC; font-weight: 400; color: rgba(0,0,0,0.65); } .wechatbox{ flex:1; position: relative; margin:44rpx 47rpx 100rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; } .chatmsg{ font-size: 28rpx; font-weight: 400; color: rgba(0,0,0,0.45); } .wecaht{ margin-top: 42rpx; width:88rpx; height:88rpx; } .agree{ position: absolute; bottom:40rpx; margin:54rpx 47rpx 0; display: flex; align-items: center; font-size: 28rpx; font-weight: 400; color: rgba(0,0,0,0.65); } .link{ color:#3881F7 } .mobileAuth{ top:50%; left:50%; margin-top: -10rpx; transform: translate(-50%); opacity: 0; position: absolute; }