/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bgmabx { position: fixed; left: 0; top: 0; background-color: #00000050; width: 100vw; height: 100vh; z-index: 9999999999999; } .bgmabx .changkus { width: 100vw; box-sizing: border-box; background-color: #FFFFFF; position: absolute; bottom: 0; left: 0; border-radius: 30rpx 30rpx 0 0; box-sizing: border-box; } .bgmabx .changkus .tis { position: relative; display: flex; align-items: center; flex-direction: column; } .bgmabx .changkus .bgimgs { position: absolute; left: 0; top: 0; width: 100vw; height: 100%; } .bgmabx .changkus .ckbgcc { position: absolute; top: -150rpx; right: 20rpx; width: 260rpx; height: 260rpx; } .bgmabx .changkus .titlck { width: 650rpx; font-size: 34rpx; font-weight: 500; color: #020B18; padding-top: 30rpx; } .bgmabx .changkus .scvuew { width: 576rpx; height: 470rpx; margin-top: 40rpx; margin-bottom: 20rpx; } .bgmabx .changkus .scvuew .maboxs { display: flex; flex-wrap: wrap; align-items: center; } .bgmabx .changkus .scvuew .maboxs .xzck { background-color: #faf2e9 !important; border-color: #D3832A !important; color: #D3832A !important; } .bgmabx .changkus .scvuew .maboxs .items { width: 272rpx; height: 72rpx; background-color: #FFFFFF; border-radius: 8rpx 8rpx 8rpx 8rpx; opacity: 1; border: 2rpx solid #EEEEEE; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: 400; color: #90A0AF; margin-bottom: 20rpx; } .bgmabx .changkus .scvuew .maboxs .items:nth-child(odd) { margin-right: 20rpx; } .bgmabx .changkus .submitcheck { width: 686rpx; height: 100rpx; background: #D3832A; border-radius: 16rpx; display: flex; align-items: center; justify-content: center; font-size: 32rpx; font-weight: 400; color: #FFFFFF; margin-bottom: 30rpx; position: relative; } .bgimgmabx { width: 100vw; height: 100vh; position: absolute; left: 0; top: 0; } .backimg { width: 40rpx; height: 40rpx; position: absolute; left: 50rpx; z-index: 9; top: 70rpx; transform: rotate(180deg); } .maboxview { position: relative; width: 100vw; height: 100vh; display: flex; flex-direction: column; align-items: center; } .tophi { width: 600rpx; margin-top: 240rpx; } .tophi > view:nth-of-type(1) { width: 250rpx; font-size: 72rpx; font-weight: 700; line-height: 104rpx; background-image: linear-gradient(275deg, rgba(9, 44, 77, 0) 0%, #092C4D 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .tophi > view:nth-of-type(2) { font-size: 40rpx; font-weight: 700; color: #092C4D; } .mabox { position: absolute; bottom: 0rpx; left: 50%; transform: translate(-50%); width: 660rpx; height: 67vh; padding: 20rpx; box-sizing: border-box; background-color: #ffffff; border-radius: 30rpx 30rpx 0 0; box-shadow: 0rpx 2rpx 10rpx 0rpx #e2e2e380; padding-bottom: 40rpx; } .mabox .isrememberpassword { display: flex; align-items: center; justify-content: center; } .mabox .isrememberpassword > image { width: 45rpx; height: 45rpx; margin-right: 15rpx; } .mabox .isrememberpassword > view { font-size: 28rpx; color: #092C4D; } .mabox .inptbox { display: flex; flex-direction: column; align-items: center; margin-top: 50rpx; } .mabox .inptbox > .inputs { display: flex; align-items: center; justify-content: center; margin-bottom: 30rpx; } .mabox .inptbox > .inputs > view:nth-of-type(1) { font-size: 32rpx; font-weight: 500; color: #092C4D; margin-right: 20rpx; } .mabox .inptbox > .inputs > view:nth-of-type(2) { width: 400rpx; height: 80rpx; background: #F4F8FB; border-radius: 8rpx; opacity: 1; padding: 10rpx 0; padding-left: 20rpx; box-sizing: border-box; font-size: 24rpx !important; font-weight: 400; color: #AFB4BA; display: flex; align-items: center; } .mabox .inptbox > .inputs > view:nth-of-type(2) > input { flex: 1; font-size: 24rpx; } .mabox .submit { width: 600rpx; height: 100rpx; display: flex; align-items: center; justify-content: center; background-color: #D3832A; color: #ffffff; border-radius: 16rpx; margin: auto; margin-top: 20rpx; box-sizing: border-box; }