@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ uni-button[type=primary].data-v-b237504c { background: -webkit-linear-gradient(top, #5a52c5 0%, #8257ed 100%); background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%); } page.data-v-b237504c { font-size: 28rpx; } .wrap.data-v-b237504c { margin: 0 40rpx; } .full-img.data-v-b237504c { width: 100%; height: auto; } .f-tac.data-v-b237504c { text-align: center; } .write-radius.data-v-b237504c { background-color: #fff; border-radius: 24rpx; padding: 24rpx; margin-bottom: 24rpx; } .bottom-btn-wrap.data-v-b237504c { height: 110rpx; } .bottom-btn.data-v-b237504c { height: 110rpx; line-height: 110rpx; position: fixed; left: 0; bottom: 0; width: 100%; } .search-block.data-v-b237504c { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .search-input.data-v-b237504c { border: 1px solid #666; font-size: 24rpx; height: 50rpx; line-height: 50rpx; border-radius: 12rpx; padding-left: 24rpx; } .search-input + .search-input.data-v-b237504c { margin: 0 10rpx; } .search-button.data-v-b237504c { width: 200rpx; height: 50rpx; line-height: 50rpx; font-size: 32rpx; } /* @import url("login.scss"); */ page.data-v-b237504c { background-color: #f8f8f8; } .til.data-v-b237504c { margin: 24rpx 0; } .login.data-v-b237504c { padding-top: 24rpx; } .uni-input.data-v-b237504c { width: 100%; box-sizing: border-box; border-radius: 100rpx; background-color: #ffffff; height: 50px; padding-left: 80rpx; } .uni-form-item.data-v-b237504c { position: relative; margin-bottom: 40rpx; } .btn.data-v-b237504c { border-radius: 100rpx; } .uni-form-item-wrap.data-v-b237504c { margin-bottom: 80rpx; } .eyebtn.data-v-b237504c { position: absolute; height: 100%; width: 50px; top: 0; right: 0; background: transparent; cursor: pointer; border: 0; padding: 0; margin: 0; outline: 0; } .eyebtn.data-v-b237504c::before, .eyebtn.data-v-b237504c::after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; } .eyebtn.data-v-b237504c::after { -webkit-transform-origin: unset; transform-origin: unset; -webkit-transform: scale(0.8); transform: scale(0.8); } .eyebtn.password.data-v-b237504c::before { width: 20px; height: 20px; background: #e0e0e0; border-radius: 15px 0 15px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: height .168s; transition: height .168s; } .eyebtn.password.data-v-b237504c::after { width: 10px; height: 10px; border-radius: 50%; background: #424242; } .eyebtn.text.data-v-b237504c::before { width: 15px; height: 15px; background: transparent; border: 3px solid #e0e0e0; border-radius: 15px 0 15px 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .eyebtn.text.data-v-b237504c::after { width: 3px; height: 30px; border-radius: 0; -webkit-transform: rotate(30deg); transform: rotate(30deg); background: #e0e0e0; -webkit-transition: height .132s; transition: height .132s; }