@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .index.data-v-29887e9c { background-color: #ccc; } .index .bottom-flex.data-v-29887e9c { position: fixed; left: 0; bottom: 0; width: 100%; display: flex; height: 100rpx; padding: 10rpx 0; background-color: #fff; justify-content: space-around; } .index .bottom-flex .icon.data-v-29887e9c { font-size: 26rpx; display: flex; flex-direction: column; justify-content: center; align-items: center; } .top.data-v-29887e9c { padding-top: 25px; position: relative; height: 230rpx; background-color: #000; } .content.data-v-29887e9c { position: absolute; top: 20rpx; width: 100%; height: 250rpx; } .content-img.data-v-29887e9c { position: absolute; top: 20rpx; left: 20rpx; width: 220rpx; height: 160rpx; border-radius: 10rpx; } .content-left.data-v-29887e9c { position: absolute; color: #fff; font-size: 14px; left: 35%; top: 20rpx; line-height: 50rpx; } .cell.data-v-29887e9c { display: flex; justify-content: center; align-items: center; height: 140rpx; background-color: #fff; width: 100%; } .cell-box.data-v-29887e9c { display: flex; width: 90%; background-color: #fdc204; height: 70rpx; border-radius: 10rpx; font-size: 12px; justify-content: center; align-items: center; } .book.data-v-29887e9c { margin-top: 20rpx; min-height: 600rpx; background-color: #fff; } .book-text.data-v-29887e9c { width: 94%; margin-left: 3%; min-height: 700rpx; font-size: 13px; line-height: 40rpx; padding-bottom: 100rpx; } .book-img.data-v-29887e9c { padding-top: 20rpx; width: 100%; height: 300rpx; } .button.data-v-29887e9c { position: relative; display: flex; top: 10rpx; width: 350rpx; height: 80%; font-size: 12px; } .button-left.data-v-29887e9c { display: flex; justify-content: center; align-items: center; flex: 1; height: 100%; background-color: #fdc205; } .button-right.data-v-29887e9c { display: flex; justify-content: center; align-items: center; flex: 1; height: 100%; background-color: #333333; border-radius: 50rpx; color: #fff; } .minus.data-v-29887e9c { width: 22px; height: 22px; border-width: 1px; border-color: #E6E6E6; border-style: solid; border-top-left-radius: 100px; border-top-right-radius: 100px; border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; display: flex; flex-direction: row; justify-content: center; align-items: center; } .input.data-v-29887e9c { padding: 0 10px; margin: 0 10rpx; } .plus.data-v-29887e9c { width: 22px; height: 22px; background-color: #fdc205; border-radius: 50%; display: flex; justify-content: center; align-items: center; }