/** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .publish.data-v-4b2e7592 { width: 92rpx; height: 92rpx; background: #3CC7C0; border-radius: 50%; position: fixed; right: 30rpx; bottom: 180rpx; display: flex; justify-content: center; align-items: center; } .upage.data-v-4b2e7592 { display: flex; flex-direction: column; height: calc(100vh - 120rpx); } .mostread .cell.data-v-4b2e7592 { padding: 22rpx 0rpx !important; margin: 0 30rpx; display: flex; } .box.data-v-4b2e7592 { flex: 1; padding-bottom: 30rpx; overflow-y: scroll; } .myVideo.data-v-4b2e7592 { width: 100%; border-radius: 15rpx; } .deal.data-v-4b2e7592 { padding-top: 20rpx; display: flex; color: #4B5563; font-size: 24rpx; justify-content: space-between; } .deal .left.data-v-4b2e7592 { display: flex; align-items: center; } .deal .left .item.data-v-4b2e7592 { width: 100rpx; } .deal .collect.data-v-4b2e7592 { display: flex; align-items: center; } .deal .eyebox.data-v-4b2e7592, .deal .chat.data-v-4b2e7592 { display: flex; align-items: center; } .deal .time.data-v-4b2e7592 { display: flex; align-items: center; } .deal .num.data-v-4b2e7592 { margin-left: 8rpx; } .tagbox.data-v-4b2e7592 { margin-top: 24rpx; display: flex; } .tagbox .tag.data-v-4b2e7592 { height: 54rpx; padding: 0 28rpx; background: #ECFAF9; border-radius: 30rpx; margin-right: 12rpx; font-size: 27rpx; color: #3CC7C0; display: flex; align-items: center; justify-content: center; } .doctor.data-v-4b2e7592 { display: flex; align-items: center; } .record.data-v-4b2e7592 { padding-top: 30rpx; } .record .list.data-v-4b2e7592 { margin: 30rpx 30rpx; } .record .list .name.data-v-4b2e7592 { padding: 20rpx 0 20rpx 15rpx; font-size: 27rpx; color: #333333; } .record .list .content.data-v-4b2e7592 { font-size: 27rpx; color: #666666; line-height: 38rpx; } .record .list .imgbox.data-v-4b2e7592 { display: flex; margin-top: 24rpx; } .record .list .imgbox .imgcell.data-v-4b2e7592 { width: 220rpx; height: 220rpx; margin-right: 20rpx; } .record .list .imgbox .imgcell.data-v-4b2e7592:last-child { margin-right: 0; } .special.data-v-4b2e7592 { padding-top: 30rpx; } .special .list.data-v-4b2e7592 { margin: 8rpx 0rpx 0; } .special .list .cell.data-v-4b2e7592 { padding: 22rpx 30rpx; border-bottom: 2rpx solid #f3f4f6; } .special .list .cell .circle.data-v-4b2e7592 { flex-shrink: 0; margin-top: 15rpx; width: 15rpx; height: 15rpx; background: #3cc7c0; border-radius: 50%; } .special .list .cell .title.data-v-4b2e7592 { margin-left: 10rpx; font-size: 32rpx; color: #000000; line-height: 46rpx; } .special .list .cell.data-v-4b2e7592:last-child { border-bottom: none; } .titlebox.data-v-4b2e7592 { margin: 0 30rpx; display: flex; justify-content: space-between; } .titlebox .more.data-v-4b2e7592 { display: flex; align-items: center; } .titlebox .more .morename.data-v-4b2e7592 { margin-right: 10rpx; font-size: 28rpx; color: #3cc7c0; } .bar.data-v-4b2e7592 { height: 16rpx; background: #f3f4f6; } .databox.data-v-4b2e7592 { height: 162rpx; background: #ffffff; display: flex; padding: 0 30rpx; justify-content: space-between; } .databox .cell.data-v-4b2e7592 { flex: 1; padding: 35rpx 0; text-align: center; } .databox .cell .num.data-v-4b2e7592 { font-size: 38rpx; color: #3cc7c0; } .databox .cell .name.data-v-4b2e7592 { margin-top: 18rpx; font-size: 28rpx; color: #4b5563; }