| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .logo {
- width: 100%;
- height: 340rpx;
- text-align: center;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-top: 240rpx;
- }
- .logo image {
- width: 280rpx;
- margin: 0 auto;
- height: 120rpx;
- }
- .set {
- position: absolute;
- right: 50rpx;
- top: 100rpx;
- }
- .bg {
- width: 100%;
- position: fixed;
- bottom: 0;
- left: 0;
- z-index: -1;
- }
- .bg image {
- width: 100%;
- }
- .u-input__right-icon {
- line-height: 35px !important;
- }
- .uni-form-item {
- width: 100%;
- }
- .uni-form-item .username {
- width: 80%;
- margin: 0 auto;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- margin-bottom: 40rpx;
- padding-bottom: 10rpx;
- border-bottom: 2rpx solid #C3C3C3;
- }
- .uni-form-item .username .u-icon__icon {
- margin-top: 17rpx;
- }
- .uni-form-item .username .uni-input {
- width: 100%;
- }
- .uni-form-item .passwold {
- width: 80%;
- margin: 0 auto;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- margin-bottom: 40rpx;
- padding-bottom: 10rpx;
- border-bottom: 2rpx solid #C3C3C3;
- }
- .uni-form-item .passwold .u-icon__icon {
- margin-top: 17rpx;
- }
- .uni-form-item .passwold .uni-input {
- width: 100%;
- }
- .uni-form-item .aboutpass {
- width: 80%;
- margin: 0 auto;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- }
- .uni-form-item .aboutpass ._p {
- color: #C0C0C0;
- font-size: 28rpx;
- }
- .uni-form-item .aboutpass .u-checkbox__label {
- font-size: 28rpx;
- color: #C0C0C0;
- margin-right: 0;
- }
- .uni-form-item .uni-btn-v {
- width: 80%;
- margin: 112rpx auto 0;
- position: relative;
- z-index: 100;
- }
- .uni-form-item .uni-btn-v button {
- width: 100%;
- height: 72rpx;
- line-height: 75rpx;
- background-color: #5DC18B;
- color: #FFFFFF;
- border-radius: 36rpx;
- font-size: 28rpx;
- }
- .setbg {
- width: 100%;
- height: 100vh;
- position: absolute;
- top: 0;
- z-index: 99999;
- }
- .setbg .mengban {
- width: 100%;
- height: 100vh;
- position: absolute;
- top: 0;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .setbg .set_http {
- position: absolute;
- width: 90%;
- left: 5%;
- top: 30%;
- }
- .setbg .set_http .set_http_top {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-justify-content: space-around;
- justify-content: space-around;
- background-color: #5DC18B;
- height: 60px;
- line-height: 60px;
- color: #FFFFFF;
- border-top-right-radius: 20px;
- border-top-left-radius: 20px;
- font-size: 32rpx;
- }
- .setbg .set_http .set_http_bot {
- height: 150px;
- background-color: #FFFFFF;
- border-bottom-right-radius: 20px;
- border-bottom-left-radius: 20px;
- padding: 30px;
- }
- .setbg .set_http .set_http_bot .set_http_bot_input {
- margin-top: 20rpx;
- border: 2rpx solid #bdb6a6;
- border-radius: 20rpx;
- padding: 10rpx 40rpx 0 20rpx;
- font-size: 32rpx;
- height: 30px;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .setbg .set_http .set_http_bot .set_http_bot_input input {
- width: 90%;
- }
- .setbg .set_http .scroll-Y {
- border: 2rpx solid #d0d0d0;
- border-radius: 20rpx;
- }
- .setbg .set_http .scroll-Y .scroll-view-item {
- padding-left: 20rpx;
- height: 70rpx;
- font-size: 28rpx;
- line-height: 70rpx;
- border-bottom: 2rpx solid #d0d0d0;
- }
- .upgradeBox {
- padding: 15rpx;
- }
|