@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .circle.data-v-18664664 { width: 100%; padding: 0 25rpx 25rpx; overflow: hidden; box-sizing: border-box; } .circle-hd.data-v-18664664 { display: flex; align-items: center; justify-content: space-between; } .circle-hd .a.data-v-18664664 { display: flex; align-items: center; } .circle-hd .a .item.data-v-18664664 { padding: 20rpx 0; width: 100rpx; text-align: center; font-size: 30rpx; font-weight: 400; color: #666666; position: relative; } .circle-hd .a .item-on.data-v-18664664 { color: #323232; font-weight: 500; font-size: 34rpx; } .circle-hd .a .item-on.data-v-18664664::after { content: ""; width: 52rpx; height: 10rpx; background: #2080F9; border-radius: 10rpx; position: absolute; left: 50%; bottom: 0; z-index: 2; margin-left: -26rpx; } .circle-hd .b.data-v-18664664 { display: flex; align-items: center; font-size: 30rpx; font-weight: 400; color: #666666; } .circle-hd .b image.data-v-18664664 { width: 44rpx; height: 44rpx; margin-right: 10rpx; } .circle-bd.data-v-18664664 { overflow: hidden; } .circle-bd .item.data-v-18664664 { background-color: #fff; border-radius: 20rpx; margin-top: 20rpx; overflow: hidden; padding: 0 20rpx 20rpx; box-sizing: border-box; } .circle-bd .item .a.data-v-18664664 { display: flex; align-items: flex-start; justify-content: space-between; padding: 30rpx 0; } .circle-bd .item .a .l.data-v-18664664 { flex: 1; } .circle-bd .item .a .l image.data-v-18664664 { width: 80rpx; height: 80rpx; float: left; margin-right: 25rpx; } .circle-bd .item .a .l .n.data-v-18664664 { font-size: 30rpx; font-weight: 400; color: #222222; } .circle-bd .item .a .l .t.data-v-18664664 { margin-top: 10rpx; font-size: 24rpx; font-weight: 400; color: #999999; } .circle-bd .item .a .r.data-v-18664664 { font-size: 24rpx; color: #F01B1B; display: flex; align-items: center; } .circle-bd .item .a .r image.data-v-18664664 { width: 45rpx; height: 45rpx; margin-right: 10rpx; } .circle-bd .item .b.data-v-18664664 { overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; font-size: 28rpx; font-weight: 400; color: #222222; line-height: 42rpx; } .circle-bd .item .c.data-v-18664664 { display: flex; width: 110%; flex-wrap: wrap; } .circle-bd .item .c image.data-v-18664664 { width: 210rpx; height: 210rpx; border-radius: 10rpx; margin-top: 20rpx; margin-right: 18rpx; }