login.wxss 2.0 KB

1234567891011121314151617181920
  1. page.data-v-b237504c{background-color: #f8f8f8;}
  2. .til.data-v-b237504c{margin: 24rpx 0;}
  3. .login.data-v-b237504c{padding-top: 24rpx;}
  4. .uni-input.data-v-b237504c{width: 100%;box-sizing: border-box;border-radius:100rpx;background-color: #fff;height: 50px;padding-left: 80rpx;}
  5. .uni-form-item.data-v-b237504c{position: relative;margin-bottom: 40rpx;}
  6. .btn.data-v-b237504c{border-radius: 100rpx;}
  7. .uni-form-item-wrap.data-v-b237504c{margin-bottom: 80rpx;}
  8. .eyebtn.data-v-b237504c {position: absolute;height: 100%; width: 50px;top: 0; right: 0;background: transparent;cursor: pointer;border: 0;padding: 0;margin: 0;outline: 0;}
  9. .eyebtn.data-v-b237504c::before,
  10. .eyebtn.data-v-b237504c::after {content:'';position: absolute;top: 0; left: 0; bottom: 0; right: 0;margin: auto;}
  11. .eyebtn.data-v-b237504c::after{-webkit-transform-origin:unset;transform-origin:unset;-webkit-transform: scale(0.8);transform: scale(0.8);}
  12. .eyebtn.password.data-v-b237504c::before {width: 20px;height: 20px;background: #e0e0e0;border-radius: 15px 0 15px 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition: height .168s;transition: height .168s;}
  13. .eyebtn.password.data-v-b237504c::after {width: 10px;height: 10px;border-radius: 50%;background: #424242;}
  14. .eyebtn.text.data-v-b237504c::before {width: 15px;height: 15px;background: transparent;border: 3px solid #e0e0e0;border-radius: 15px 0 15px 0;-webkit-transform: rotate(45deg);transform: rotate(45deg);}
  15. .eyebtn.text.data-v-b237504c::after {width: 3px;height: 30px;border-radius: 0;-webkit-transform: rotate(30deg);transform: rotate(30deg);background: #e0e0e0;-webkit-transition: height .132s;transition: height .132s;}
  16. .wxlogin.data-v-b237504c{height: 100rpx;}
  17. .wxlogin-btn.data-v-b237504c{position: fixed;left: 50%;bottom: 50rpx;width: 100rpx;height: 100rpx;margin-left: -50rpx;background-color: #007AFF;border-radius: 50%;}
  18. .wxlogin-btn .wxlogin-icon.data-v-b237504c{width: 100%;height: 100%;-webkit-transform: scale(0.5);transform: scale(0.5);}