login-page.scss 1.6 KB
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1 2 3 4
.uni-content {
  padding: 0 60rpx;
}

JiaRongPing's avatar
JiaRongPing 已提交
5 6 7 8
.login-logo {
	display: none;
}

DCloud_JSON's avatar
DCloud_JSON 已提交
9 10 11
/* #ifndef APP-NVUE */
@media screen and (min-width: 690px) {
  .uni-content {
JiaRongPing's avatar
JiaRongPing 已提交
12 13 14 15 16 17
	/* #ifndef H5 */
	padding: 0;
	max-width: 300px;
	margin-left: calc(50% - 200px);
	/* #endif */
	/* #ifdef H5 */
DCloud_JSON's avatar
DCloud_JSON 已提交
18 19 20
	margin: 0 auto;
	position: relative;
	top: 100px;
JiaRongPing's avatar
JiaRongPing 已提交
21 22 23
	padding: 30px 40px 80px 40px;
	max-width: 450px;
	max-height: 450px;
DCloud_JSON's avatar
DCloud_JSON 已提交
24 25
	border-radius: 10px;
	box-shadow: 0 0 20px #efefef;
JiaRongPing's avatar
JiaRongPing 已提交
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
	background-color: #FFF;
	/* #endif */
  }
  /* #ifdef H5 */
  .login-logo {
  	display: flex;
  	justify-content: center;
  }
  
  .login-logo image {
	width: 60px;
  	height: 60px;
  }
  
  .register-back{
	  display: none;
DCloud_JSON's avatar
DCloud_JSON 已提交
42
  }
JiaRongPing's avatar
JiaRongPing 已提交
43
  /* #endif */
DCloud_JSON's avatar
DCloud_JSON 已提交
44 45 46 47 48 49
}

.uni-content view {
  box-sizing: border-box;
}
/* #endif */
JiaRongPing's avatar
JiaRongPing 已提交
50 51 52



DCloud_JSON's avatar
DCloud_JSON 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
.title {
  /* #ifndef APP-NVUE */
  display: flex;
  /* #endif */
  padding: 18px 0;
  font-weight: 800;
  flex-direction: column;
}

.tip {
  /* #ifndef APP-NVUE */
  display: flex;
  /* #endif */
  color: #BDBDC0;
  font-size: 11px;
  margin: 6px 0;
}

.input-box {
  padding: 4px;
  background-color: #F8F8F8;
  border-radius: 0;
  font-size: 14px;
  /* #ifndef APP-NVUE */
  display: flex;
  /* #endif */
  flex: 1;
}

.link {
  color: #04498c;
  cursor: pointer;
}

.uni-content ::v-deep .uni-forms-item__inner {
  padding-bottom: 8px;
}

.uni-btn {
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 15px 0 0 0;
	color: #FFF !important;
	border-radius: 5px;
DCloud_JSON's avatar
DCloud_JSON 已提交
98 99
}

DCloud_JSON's avatar
1.0.12  
DCloud_JSON 已提交
100 101 102 103
.uni-body.uni_modules-uni-id-pages-pages-login-login-withoutpwd{
	height: auto !important;
}