login.wxss 1.8 KB
/* pages/login/login.wxss */

page {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.page {
  width: 100%;
  height: 100%;
}

image {
  width: 100%;
  height: 100%;
}

.shengwuimg {
  width: 421rpx;
  height: 134rpx;
  font-size: 0;
  margin: 116rpx auto 0;
}

.baibeijing {
  width: 634rpx;
  height: 847rpx;
  background: rgba(253, 253, 254, 1);
  box-shadow: 0rpx 7rpx 8rpx 0rpx rgba(25, 103, 175, 0.08);
  border-radius: 28rpx;
  position: absolute;
  top: 167rpx;
  left: 61rpx;
}

.shuruhao {
  width: 479rpx;
  height: 78rpx;
  background: rgba(241, 241, 241, 1);
  border: 1px solid rgba(228, 228, 228, 1);
  border-radius: 39rpx;
  margin: 111rpx auto 0;
  padding: 0 37rpx;
  box-sizing: border-box;
  color: #bbb;
  font-size: 28rpx;
}

.shuruhao input {
  width: 100%;
  height: 70rpx;
  background: rgba(241, 241, 241, 1);
  border: none;
  outline: none;
  border-radius: 39rpx;
  color: #bbb;
  font-size: 28rpx;
}

.enterzhang {
  color: #bbb;
  font-size: 28rpx;
}

.shumima {
  margin-top: 28rpx;
}

.dengluniu {
  width: 290rpx;
  height: 85rpx;
  background: #30a8ff;
  border-radius: 28rpx;
  text-align: center;
  line-height: 85rpx;
  margin: 123rpx auto 0;
  color: #fff;
}

.loginwrap {
  width: 354rpx;
  height: 374rpx;
  font-size: 0;
  margin: 358rpx auto 0;
  position: relative;
}

.loginsuccess {
  color: #2c2c2c;
  font-size: 28rpx;
  position: absolute;
  top: 197rpx;
  left: 126rpx;
}

.zhanghaoregister {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.zhanghaowrap{
  width:344rpx;
  height:74rpx;
  border-radius: 28rpx;
  background: #fff;
  display:flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top:60rpx;
  left:203rpx;
}