@charset "UTF-8"; /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ page { background-color: #fff; } .box_particular { display: flex; padding: 0rpx 20rpx; border-bottom: 1rpx solid #e4e7ed; } .img_book { flex: none; width: 260rpx; height: 320rpx; border-radius: 20rpx; margin-bottom: 60rpx; } .book_title { width: 100%; font-size: 46rpx; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .author_title { margin-top: 30rpx; margin-left: 20rpx; font-size: 30rpx; color: #999999; } .card_brief { display: flex; align-items: center; padding: 30rpx 0rpx; border-bottom: 20rpx solid #F8F8F8; } .box_brief { flex: 1; display: flex; flex-direction: column; align-items: center; } .box_brief:nth-child(-n + 2) { border-right: 1rpx solid #e4e7ed; } .title_brief { font-size: 28rpx; color: #999999; } .quantity_num { margin-top: 10rpx; font-size: 28rpx; color: #555555; } .quantity_num .num_title { font-size: 40rpx; font-weight: bold; } .card_synopsis { padding: 30rpx; } .synopsis_title { font-size: 36rpx; font-weight: bold; margin-bottom: 10rpx; } .synopsis { font-size: 32rpx; line-height: 48rpx; } .bottom_menu { position: fixed; bottom: 0; left: 0; right: 0; border-top: 1rpx solid #e4e7ed; display: flex; align-items: center; padding: 20rpx 30rpx; padding-bottom: 0 !important; padding-bottom: constant(safe-area-inset-bottom) !important; padding-bottom: env(safe-area-inset-bottom) !important; } .subside { padding-bottom: 0 !important; padding-bottom: constant(safe-area-inset-bottom) !important; padding-bottom: env(safe-area-inset-bottom) !important; } .menu_btn { font-size: 30rpx; flex: 1; padding: 26rpx; border-radius: 20rpx; background-color: #eeeeee; margin: 0rpx 10rpx; border: 1rpx solid #eeeeee; } .menu_btnil { font-size: 30rpx; flex: 1; padding: 26rpx; border-radius: 20rpx; background-color: #ffffff; margin: 0rpx 10rpx; color: #b2955d; border: 1rpx solid #b2955d; } .menu_btn_orange { font-size: 30rpx; flex: 1; padding: 26rpx; border-radius: 20rpx; background-color: #cea872; margin: 0rpx 10rpx; color: #fff; border: 1rpx solid #cea872; }