/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ body.data-v-c655282f, div.data-v-c655282f, ul.data-v-c655282f, ol.data-v-c655282f, dt.data-v-c655282f, dd.data-v-c655282f, li.data-v-c655282f, dl.data-v-c655282f, h1.data-v-c655282f, h2.data-v-c655282f, h3.data-v-c655282f, h4.data-v-c655282f, p.data-v-c655282f { margin: 0; padding: 0; font-style: normal; /* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */ } ol.data-v-c655282f, ul.data-v-c655282f, li.data-v-c655282f { list-style: none; } img.data-v-c655282f { border: 0; vertical-align: middle; pointer-events: none; } body.data-v-c655282f { color: #000; background: #FFF; } .clear.data-v-c655282f { clear: both; height: 1px; width: 100%; overflow: hidden; margin-top: -1px; } a.data-v-c655282f { color: #000; text-decoration: none; cursor: pointer; } a.data-v-c655282f:hover { text-decoration: none; } input.data-v-c655282f, textarea.data-v-c655282f { -webkit-user-select: auto; user-select: auto; } input.data-v-c655282f:focus, input.data-v-c655282f:active, textarea.data-v-c655282f:focus, textarea.data-v-c655282f:active { outline: none; } .chat-aside.data-v-c655282f { position: absolute; top: 50px; right: 0; box-sizing: border-box; width: 360px !important; border-radius: 8px 0 0 8px; z-index: 9999; max-height: calc(100% - 50px); } .memeber-profile.data-v-c655282f { flex: 1; display: flex; flex-direction: column; } .memeber-profile-main.data-v-c655282f { display: flex; flex-direction: row; width: 100%; overflow: hidden; } .memeber-profile-main .avatar.data-v-c655282f { width: 60px; height: 60px; border-radius: 8px; margin: 20px 10px 20px 20px; } .memeber-profile-main .list.data-v-c655282f { flex: 1; overflow: hidden; margin: 20px 10px; font-weight: 400; } .memeber-profile-main .list li.data-v-c655282f { color: #999; } .memeber-profile-main .list h1.data-v-c655282f, .memeber-profile-main .list li.data-v-c655282f { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .memeber-profile-footer.data-v-c655282f { border-top: 1px solid #f4f5f9; padding: 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .memeber-profile-footer .button.data-v-c655282f { width: 100px; cursor: pointer; background-color: #006eff; color: #fff; padding: 8px 20px; border-radius: 4px; border: none; font-size: 14px; text-align: center; line-height: 20px; } .edit-h5.data-v-c655282f { position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); display: flex; align-items: flex-end; z-index: 1; } .edit-h5 .main.data-v-c655282f { background: #fff; flex: 1; padding: 18px; border-radius: 12px 12px 0 0; width: 80vw; } .edit-h5 .main .edit-h5-header.data-v-c655282f { display: flex; align-items: center; justify-content: space-between; } .edit-h5 .main .edit-h5-header .close.data-v-c655282f { font-family: PingFangSC-Regular; font-weight: 400; font-size: 18px; color: #3370ff; letter-spacing: 0; line-height: 27px; } .edit-h5 .main .edit-h5-profile .memeber-profile-main .avatar.data-v-c655282f { margin: 20px; }