loginPage.css 2.0 KB
Newer Older
芊里 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
/* #ifndef APP-NVUE */
page {
	display: flex;
	flex-direction: column;
	flex: 1;
	height: 100%;
}

/* #endif */
.wrap {
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	flex-direction: column;
	flex: 1;
	width: 750rpx;
	background-color: #fff;
}

.wrap-content {
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.content {
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	width: 630rpx;
	flex-direction: column;
}

.content-top-title {
	font-size: 32rpx;
	font-weight: 600;
	padding-top: 50rpx;
}

.hidden,
page {
	background-color: transparent;
}

.login-iknow {
	padding-top: 24rpx;
	padding-bottom: 48rpx;
}

.phone-input-box {
	height: 85rpx;
	background-color: #f9f9f9;
	border-radius: 6rpx;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}

.phone-area {
	padding: 0 20rpx;
芊里 已提交
66 67 68 69 70 71 72 73
	font-size: 30rpx;
	/* #ifdef APP-NVUE */
	border-right-width: 1rpx;
	border-right-color: #d7d9d8;
	/* #endif */
	/* #ifndef APP-NVUE */
	border-right: 1rpx solid #d7d9d8;
	/* #endif */
芊里 已提交
74 75
}
.phone-input {
芊里 已提交
76 77 78 79 80 81 82 83
	flex: 1;
	/* #ifndef APP-NVUE */
	border-left: 1rpx solid #D7D9D8;
	/* #endif */
	/* #ifdef APP-NVUE */
	border-left-width: 1rpx;
	border-left-color: #d7d9d8;
	/* #endif */
芊里 已提交
84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
	padding: 0 20rpx;
	font-size: 30rpx;
}

.tip-text {
	padding-top: 20rpx;
	padding-bottom: 36rpx;
	color: #8a8f8b;
	font-size: 26rpx;
}

.send-btn-box {
	height: 85rpx;
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	flex-direction: column;
	width: 630rpx;
	justify-content: center;
	align-items: center;
	border-radius: 6rpx;
}

.send-btn-text {
	color: #fff;
}

.send-btn-active {
	background-color: #007aff;
}

.auth-box {
	width: 630rpx;
	/* #ifndef APP-NVUE */
	display: flex;
	/* #endif */
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.login-text {
	color: #1c436e;
	font-size: 26rpx;
}

.hover {
	opacity: 0.8;
}