| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .ios_login {
- width: 350rpx;
- -webkit-border-radius: 12rpx;
- border-radius: 12rpx;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- border: 1px solid #212121;
- margin: 24rpx auto;
- padding: 15rpx;
- background-color: #212121;
- color: #ffffff;
- font-size: 32rpx;
- }
- .ios_login .loginIcon {
- font-size: 35rpx;
- width: 35rpx;
- height: 35rpx;
- }
- .ios_login .weixin_text {
- line-height: 1;
- margin-left: 20rpx;
- color: #ffffff !important;
- }
- page {
- height: 100%;
- }
- .container {
- width: 100%;
- height: 100%;
- background-size: 100%;
- }
- .container_text {
- width: 100%;
- height: 500rpx;
- top: 0rpx;
- }
- .container_text .banner-img {
- width: 100%;
- height: 100%;
- }
- .login_text {
- margin: auto 30rpx;
- position: relative;
- padding: 100rpx 102rpx;
- background-color: #ffffff;
- margin-top: -180rpx;
- -webkit-border-radius: 20rpx;
- border-radius: 20rpx;
- }
- .login_text .login_input {
- border-bottom: 1px solid #f0f0f0;
- margin-bottom: 65rpx;
- }
- .login_text .login_input .login_img image {
- height: 35rpx;
- width: 29rpx;
- margin-right: 20rpx;
- }
- .login_text .login_input .uni-input {
- text-align: left;
- width: 470rpx;
- font-size: 28rpx !important;
- }
- .login_text .login_input .login_name {
- color: #333333;
- }
- .login_text .other {
- margin-top: 60rpx;
- }
- .login_text .other .fenge {
- width: 30%;
- height: 2rpx;
- background-color: #eeeeee;
- }
- .login_text .other .qita {
- font-size: 28rpx;
- color: #999999;
- }
- .login_text .weixin {
- width: 75rpx;
- height: 75rpx;
- margin: 25rpx auto;
- }
- .login_text .weixin image {
- width: 100%;
- height: 100%;
- }
- .login_text .weixin_text {
- text-align: center;
- font-size: 28rpx;
- color: #999999;
- }
- .login_text .forget {
- font-size: 28rpx;
- width: 100%;
- text-align: right;
- color: #999999;
- }
- .login_text .uni-button-green {
- color: #ffffff;
- background-color: #5dbc7c;
- margin: 40rpx 10rpx;
- -webkit-border-radius: 50rpx;
- border-radius: 50rpx;
- }
- .login_text .uni-button-green-plain {
- border: 1px solid #5dbc7c;
- margin: 40rpx 10rpx;
- -webkit-border-radius: 50rpx;
- border-radius: 50rpx;
- color: #5dbc7c;
- background-color: #ffffff;
- }
- .login_text .uni-button {
- height: 85rpx;
- line-height: 85rpx;
- }
- .loginTitle {
- position: absolute;
- top: 250rpx;
- width: 100%;
- text-align: center;
- color: white;
- font-size: 40rpx;
- }
|