@charset "UTF-8"; /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .bg_color_head { padding-top: 30rpx; width: 100%; height: 260rpx; background-color: #2a2a34; border-bottom-left-radius: 30rpx; border-bottom-right-radius: 30rpx; } .card_user_box { width: calc(100% - 60rpx) !important; padding: 30rpx 30rpx 50rpx 30rpx; } .box_head_portrait { width: 70px; height: 70px; border-radius: 50%; margin-right: 24rpx; } .name_title_login { display: flex; flex-direction: column; } .login_title { color: #fff; font-size: 40rpx; margin-bottom: 10rpx; } .login_hint { color: #fff; font-size: 28rpx; } .login_hint .hint_title { color: #b2955d; margin-right: 10rpx; } .card_box_fingerpost { display: flex; flex-direction: column; margin: 0rpx 30rpx 30rpx 30rpx; width: calc(100% - 60rpx); background-color: #fff; border-radius: 20rpx; padding: 20rpx 0rpx; } .box_guide { display: flex; flex-direction: column; align-items: center; padding: 0rpx 30rpx; } .box_guide .title_guide { margin-top: 10rpx; font-size: 28rpx; } .headline_title { font-size: 30rpx; font-weight: bold; margin-left: 20rpx; margin-bottom: 30rpx; } .box_instrument { display: flex; }