/* pages/login/login.wxss */ .loginwrap{ position: absolute; width:622rpx; height:397rpx; background:rgba(255,255,255,1); opacity:1; border-radius: 15rpx; top:310rpx; left:51rpx; padding: 30rpx 60rpx; box-sizing: border-box; } .loginname{ color:#06121E; font-weight: bold; font-size: 36rpx; text-align: center } .logintext{ color:#8C9198; font-size: 28rpx; margin-top:74rpx; } .bottomtext{ display:flex; align-items: center; justify-content: space-between; margin-top:42rpx; } .bottomtextleft{ width:214rpx; height:80rpx; background:rgba(238,238,238,1); opacity:1; border-radius:44rpx; color:#8C9198; font-size: 28rpx; text-align: center; line-height: 80rpx; } .bottomtextright{ width:214rpx; height:80rpx; background:linear-gradient(180deg,rgba(252,169,162,1) 0%,rgba(255,119,117,1) 100%); opacity:1; border-radius:44rpx; color:#fff; font-size: 28rpx; text-align: center; line-height: 80rpx; }