@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* uni.scss */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .headers { text-align: center; } .headers > image { width: 400rpx; height: 400rpx; } .footer { /* // padding-left: 140upx; */ justify-content: center; margin-top: 32rpx; font-size: 24rpx; color: #666666; display: flex; text-align: center; align-items: center; } page { background: #fff; } .send-msg { border-radius: 30px; color: black; background: white; height: 30px; font-size: 14px; line-height: 30px; } .container { top: 0; padding-top: 32rpx; position: relative; width: 100%; height: 100%; overflow: hidden; background: #fff; } .headers { margin: 35% auto 50rpx; text-align: center; border-radius: 60rpx; width: 650rpx; height: 300rpx; line-height: 450rpx; } .headers image { width: 300rpx; height: 300rpx; } .content { text-align: center; } .headers text { display: block; color: #9d9d9d; /* // margin-top: 40rpx; */ } .bottom { line-height: 80rpx; border-radius: 80rpx; margin: 50rpx; height: 80rpx; font-size: 35rpx; } .welcome { position: relative; left: 30px; top: -55px; font-size: 28px; color: #555; text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.3); } .input-content { padding: 0 20px; } .left-top-sign { font-size: 80px; /* color: $page-color-base; */ position: relative; } .right-top-sign { position: absolute; top: 40px; right: -15px; z-index: 95; } .right-top-sign:before, .right-top-sign:after { display: block; content: ''; width: 20px; height: 40px; background: #FF7F00; } .right-top-sign:before { -webkit-transform: rotate(50deg); transform: rotate(50deg); border-radius: 0 50px 0 0; } .right-top-sign:after { position: absolute; right: -198px; top: 0; -webkit-transform: rotate(-50deg); transform: rotate(-50deg); border-radius: 50px 0 0 0; /* background: pink; */ } /* ````` */ .login { width: 100%; } .login_type { width: 90%; margin: 0 auto; margin-top: 50rpx; margin-bottom: 135rpx; } .type_name { font-size: 38rpx; font-weight: bold; letter-spacing: 2rpx; } .type_tit { color: #999999; font-size: 21rpx; margin-top: 10rpx; } /* 登录 */ .login_input { width: 80%; margin: 0 auto; } .numbers { height: 120rpx; } .u-input__input { border-bottom: 1rpx solid #E6E6E6 !important; } .submit { width: 100%; height: 90rpx; background: #FF7F00; color: white; text-align: center; line-height: 90rpx; border-radius: 20rpx; margin-top: 75rpx; } .submit_bottom { display: flex; height: 70rpx; } .bottom_left { flex: 1; color: #999999; font-size: 26rpx; display: flex; justify-content: left; align-items: center; } .bottom_right { flex: 1; color: #FF7F00; display: flex; justify-content: flex-end; align-items: center; } .wrapper { position: relative; z-index: 90; background: #fff; padding-bottom: 20px; }