/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果您是插件开发者,建议您使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果您是App开发者(插件使用者),您可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果您的项目同样使用了scss预处理,您也可以直接在您的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .container.data-v-c24ad088 { display: flex; flex-direction: column; min-height: 100vh; width: 100%; background-color: #F7F7F7; position: relative; } .title-back.data-v-c24ad088 { background-color: #F7F7F7; width: 100%; height: 70rpx; display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 20rpx; border-bottom: 1rpx solid #cbd1d2; position: fixed; top: 0; left: 0; z-index: 9999; } .left-father.data-v-c24ad088 { display: flex; align-items: center; } .left-father .back-img.data-v-c24ad088 { width: 45rpx; height: 40rpx; margin-left: 40rpx; margin-right: 15rpx; } .zhiling-box.data-v-c24ad088 { display: flex; justify-content: space-around; align-items: center; width: 92%; margin-left: 4%; height: 110rpx; background-color: #fff; border-radius: 35rpx; font-size: 32rpx; border: 4rpx solid #fff; } .input-all.data-v-c24ad088 { width: 500rpx; height: 65rpx; border-radius: 30rpx; background-color: #F7F7F7; padding-left: 80rpx; margin-left: 30rpx; display: flex; align-items: center; position: relative; } .popop-father.data-v-c24ad088 { width: 100%; height: 600rpx; display: flex; justify-content: center; align-items: center; flex-direction: column; } .popop-font.data-v-c24ad088 { margin-top: 40rpx; width: 70%; text-align: center; line-height: 40rpx; font-size: 30rpx; margin-bottom: 100rpx; } .popop-blue.data-v-c24ad088 { display: flex; justify-content: center; align-items: center; width: 80%; display: flex; justify-content: center; align-items: center; height: 90rpx; border-radius: 35rpx; background: linear-gradient(to bottom, #e7f4ff, #c5e5ff); border: 2rpx solid #9AD1FF; color: #007CFF; font-size: 33rpx; margin-bottom: 30rpx; } .button-father.data-v-c24ad088 { position: fixed; bottom: 0rpx; left: 0; width: 100%; display: flex; justify-content: center; background-color: #fff; } .blue-button.data-v-c24ad088 { display: flex; justify-content: center; align-items: center; width: 30%; height: 60rpx; margin: 0 30rpx; margin-top: 10rpx; background: linear-gradient(to bottom, #e7f4ff, #c5e5ff); border: 2rpx solid #9AD1FF; color: #007CFF; border-radius: 25rpx; font-size: 30rpx; } .white-button.data-v-c24ad088 { display: flex; justify-content: center; align-items: center; width: 30%; height: 60rpx; margin: 0 30rpx; margin-top: 10rpx; background: linear-gradient(to bottom, #f3f3f5, #dee4e9); border-radius: 25rpx; font-size: 30rpx; } .zhiling-box-card.data-v-c24ad088 { display: flex; width: 92%; margin-left: 4%; background-color: #fff; border-radius: 35rpx; font-size: 32rpx; border: 4rpx solid #fff; overflow: hidden; } .applying.data-v-c24ad088 { position: absolute; right: 20rpx; top: 0rpx; background-color: #FFE8D3; color: #FF7900; width: 130rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; font-size: 28rpx; border-radius: 10rpx; margin-left: 35rpx; margin-top: 25rpx; } .applysuccess.data-v-c24ad088 { position: absolute; right: 20rpx; top: 0rpx; background-color: #DEF1FF; color: #0093FF; width: 130rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; font-size: 28rpx; border-radius: 10rpx; margin-left: 35rpx; margin-top: 25rpx; } .applyfail.data-v-c24ad088 { position: absolute; right: 20rpx; top: 0rpx; background-color: #fff4f7; color: #FC3D7F; width: 130rpx; height: 50rpx; display: flex; justify-content: center; align-items: center; font-size: 28rpx; border-radius: 10rpx; margin-left: 35rpx; margin-top: 20rpx; } .card-font.data-v-c24ad088 { margin-left: 40rpx; font-size: 32rpx; margin-top: 30rpx; word-wrap: break-word; width: 450rpx; font-weight: 600; } .gray-font.data-v-c24ad088 { margin-left: 40rpx; font-size: 31rpx; margin-top: 30rpx; color: #B1B1B1; width: 100%; } .title-father.data-v-c24ad088 { display: flex; margin-top: 50rpx; margin-left: 50rpx; align-items: center; } .title-father .title-shu.data-v-c24ad088 { width: 15rpx; height: 35rpx; border-radius: 10rpx; background: linear-gradient(to top, #00BBFF, #0062C3); } .title-father .title-font.data-v-c24ad088 { font-size: 40rpx; font-weight: 600; margin-left: 30rpx; position: relative; } .title-father .title-font .title-dian.data-v-c24ad088 { position: absolute; right: -10rpx; top: 0rpx; width: 20rpx; height: 20rpx; border-radius: 50%; background-color: #FF5757; color: #fff; font-size: 25rpx; } .gray-heng.data-v-c24ad088 { width: 90%; margin-left: 5%; background-color: #f3f3f3; height: 1rpx; } .card-title.data-v-c24ad088 { width: 100%; height: 100rpx; display: flex; align-items: center; position: relative; } .card-title .card-title-font.data-v-c24ad088 { font-size: 32rpx; margin-left: 20rpx; width: 430rpx; } .card-title .card-right.data-v-c24ad088 { position: absolute; right: 10rpx; top: 50%; transform: translateY(-50%); width: 140rpx; display: flex; color: #999999; } .card-title .card-dian.data-v-c24ad088 { width: 20rpx; height: 20rpx; border-radius: 50%; background-color: #FF5757; margin: auto 0; margin-left: 15rpx; } .card-bottom.data-v-c24ad088 { width: calc(100% - 80rpx); margin: 40rpx; overflow-wrap: break-word; color: #666666; }