site.css 4.63 KB
Newer Older
1 2 3 4 5 6 7
page {
  /* #ifdef H5 */
  padding-top: 140upx;
  /* #endif */
  /* #ifdef APP-PLUS */
  padding-top: calc(var(--status-bar-height) + 100upx);
  /* #endif */
lanbaoming's avatar
lanbaoming committed
8
}
9 10 11 12 13 14 15 16 17

.items {
  width: 90%;
  margin: 0 auto 40upx;
  background-color: var(--c0);
  border-radius: 12upx;

}

lanbaoming's avatar
lanbaoming committed
18
.items-v {
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 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 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 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
  padding: 0 30upx;
  display: flex;
  font-size: var(--f28);
  color: var(--c3);
  height: 120upx;
  align-items: center;
}

.email {
  font-size: var(--f26) !important;
}

.items-v image {
  width: 44upx;
  height: 42upx;
  margin: 0 30upx 0 0;
}

.items-v-it {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--ceb);
  position: relative;
  justify-content: space-between;
}

.noborder {
  border: none;
}

.items-v-it-rt {
  position: absolute;
  right: 0;
  font-size: var(--f24);
  color: var(--c9);
  border: 1px solid var(--c9);
  padding: 4upx 12upx;
  border-radius: 4upx;
}

.rgt {
  position: absolute;
  right: -30upx;
  width: 20upx;
  height: 30upx;
}

.rte6 {
  border: 1px solid var(--ce6);
  color: var(--ce6);
}

.color36 {
  border: 1px solid var(--c036);
  color: var(--c036);
}

.rte036 {
  border: 1px solid var(--c036);
  color: var(--c036);
  border-radius: 30upx;
  padding: 6upx 20upx;
}

.footer {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20upx;
}

.footer view {
  width: 100%;
  border-radius: 12upx;
  padding: 20upx 0;
  color: #fff;
  text-align: center;
  background-color: #1373eb;
  margin-top: 40upx;
}

.login-item {
  border-radius: 20upx;
  background-color: #fff;
  width: 86%;
  margin: 0 auto;
  padding: 3%;
  margin-top: 30upx;
}

.login-v {
  display: flex;
  height: 100upx;
}

.login-v .vp-input {
  /* color: var(--c0); */
  /* caret-color: var(--c0); */
  font-size: var(--f26);
}

.login-vs {
  display: flex;
  align-items: center;
  font-size: var(--f30);
  /* color: var(--c0); */
  font-weight: 700;
  margin-right: 20upx;
}

.login-vp {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.login-phone {
  display: flex;
}

.login-phone .login-area {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--f30);
  /* background-color: #27417C; */
  border-radius: 60upx;
  height: 50upx;
  margin-top: 30upx;
  padding: 0 10upx;
  margin-right: 20upx;
  font-size: var(--f26);
}

.login-phone .login-area text {
  margin-right: 10upx;
lanbaoming's avatar
lanbaoming committed
156
}
157

lanbaoming's avatar
lanbaoming committed
158 159 160
/* .vp-input::input-placeholder{
	color:var(--c0);
} */
161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
.vp-input {
  margin-top: 30upx;
  width: 86%;
  font-size: var(--f26);
}

.login-btns {
  margin-top: 40upx;
  padding: 0 50upx;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.login-btns view {
  width: 40%;
  height: 60upx;
  border-radius: 100upx;
  font-size: 30upx;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20upx;
}

.login-btns view:first-child {
  background: linear-gradient(0deg, #2878E0 0%, #016EF6 100%);
  color: var(--c0);
}

.login-btns view:last-child {
  border: 1px solid #666;
  color: #666;
}

.newpass_content {
  width: 580upx;
  background: #fff;
  border-radius: 12upx;
  padding: 20upx;
}

.newpss_title {
  padding: 20upx;
  font-size: 32upx;
  font-weight: 600;
  color: #333;
}

.ad-conten {
  width: 580upx;
  border-radius: 16upx;
  background-image: url(../../static/img/index_pbg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 182upx;
  padding-bottom: 20upx;
}

.ad-bg {
  width: 60upx;
  height: 60upx;
  margin-top: -154upx;
  margin-right: 14upx;
  float: right;
}

.ad-title {
  width: 100%;
  text-align: center;
  font-size: 40upx;
  font-weight: 600;
}

.ad-btns {
  width: 90%;
  margin: 20rpx auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.ad-btn {
  width: 90%;
  color: #fff;
  text-align: center;
  padding: 40upx 0;
  background-image: url(../../static/img/btn_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
}

.ad-btn view {
  margin-top: -20upx;
  font-size: 36upx;
}

.ad-info {
  width: 92%;
  margin: 20upx auto;
  height: 260upx;
  overflow: auto;
}

.es-btn {
  width: 80%;
  margin: 0 auto 20upx;
  padding: 20upx 0;
  color: #666;
  font-size: 26upx;
}

.redtext {
  font-size: 26upx;
  color: #FF0000;
  margin-left: 12upx;
}

.progress {
  width: 80%;
  margin: 20upx auto;
}

.footer2 {
  padding: 20px;
}

.logoff {
  margin-bottom: 50rpx;
  margin-top: 10px !important;
  text-align: center;
  font-size: 12px;
  color: #666;
}

.items-v-it .text {
  color: #666;
}
Smile's avatar
Smile committed
301 302 303 304 305 306 307 308 309
.languageCode{
  position: relative;
  right: 0;
  font-size: var(--f26);
  top: 5px;
  border: 1px solid #d1d1d1;;
  padding: 4px 9px;
  border-radius: 14px;
}