/* pages/login/login.wxss */ .bg { position: absolute; width: 100%; height: 100%; z-index: -1; bottom: 0; } .logo { width: 445rpx; height: 486rpx; } .fromBox { width: 583rpx; margin: 56rpx auto 0 auto; height: 300rpx; } .item { position: relative; height: 95rpx; line-height: 95rpx; margin-bottom: 19rpx; font-size: 28rpx; box-sizing: border-box; color: #fff; border-bottom: 2rpx solid #fff; } .item>input { position: absolute; height: 100%; top: 1rpx; left: 70rpx; right: 0; } .btn { width: 600rpx; height: 98rpx; line-height: 98rpx; border-radius: 49rpx; color: #ffffff; font-size: 36rpx; text-align: center; margin-top: 111rpx; background: linear-gradient(-72deg, rgba(235, 97, 0, 1), rgba(255, 137, 42, 1)); } .btn.select{ background: #cccccc; }