@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .main .card.data-v-d13b0a74 { display: flex; justify-content: flex-start; } .main .card .image.data-v-d13b0a74 { width: 100px; height: 100px; border-radius: 4px; object-fit: cover; } .main .card .text.data-v-d13b0a74 { margin-left: 10px; line-height: 35px; } .main .card .text .manage.data-v-d13b0a74 { padding: 2px; padding-left: 5px; padding-right: 5px; color: #00b2b6; border: 1px solid #00b2b6; border-radius: 3px; } .main .card .text .t1.data-v-d13b0a74 { font-size: 18px; color: black; font-weight: 550; } .main .card .text .fzr ._p.data-v-d13b0a74 { margin-left: 5px; color: #999999; } .main .hdxx .hd.data-v-d13b0a74 { color: black; font-size: 18px; font-weight: 400px; line-height: 42px; } .main .hdxx .textcolor.data-v-d13b0a74 { color: #999999; line-height: 42px; } .main .hdxx .textcolor .name.data-v-d13b0a74 { display: flex; justify-content: space-between; } .main .buttons.data-v-d13b0a74 { bottom: 42px; position: fixed; display: flex; justify-content: space-between; } .main .buttons button.data-v-d13b0a74 { font-size: 16px; color: #999999; width: 180px; /* 设置按钮宽度 */ border-radius: 50px; /* 设置圆角 */ } .main .buttons .btn1.data-v-d13b0a74 { margin-left: 10px; border: 1px solid #999999; } .main .buttons .btn2.data-v-d13b0a74 { color: white; margin-left: 50px; background-color: #0056a8; }