@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 主要颜色 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .page.data-v-5cd81e7c { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0 24rpx; } /* 记录列表 */ .record-list.data-v-5cd81e7c { margin-top: 20rpx; } .record-list .good-item.data-v-5cd81e7c { width: 100%; display: flex; background-color: #fff; padding: 16rpx; border-radius: 14rpx; margin-bottom: 26rpx; } .record-list .good-item .img.data-v-5cd81e7c { width: 200rpx; height: 200rpx; } .record-list .good-item .info.data-v-5cd81e7c { width: calc(100% - 220rpx); margin-left: 20rpx; } .record-list .good-item .info .title.data-v-5cd81e7c { width: 100%; font-size: 28rpx; line-height: 44rpx; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 20rpx; } .record-list .good-item .info .info-item.data-v-5cd81e7c { display: flex; line-height: 30rpx; font-size: 26rpx; color: #717981; } .record-list .good-item .info .info-item text.data-v-5cd81e7c { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-left: 10rpx; } .record-list .good-item .info .info-item text ._span.data-v-5cd81e7c { font-size: 30rpx; color: #000; font-weight: 700; } .record-list .good-item .info .info-item .u-tag.data-v-5cd81e7c { margin: 0 6rpx; border: unset; } .msglist.data-v-5cd81e7c { padding: 0 30rpx; background-color: #Fff; border-radius: 14rpx; margin-bottom: 20rpx; } .msglist .form-item.data-v-5cd81e7c { display: flex; flex-direction: row; align-items: center; justify-content: space-between; line-height: 70rpx; border-bottom: #eee solid 1rpx; padding: 10rpx 0; } .msglist .form-item[label-top].data-v-5cd81e7c { flex-direction: column; justify-content: flex-start; align-items: flex-start; } .msglist .form-item text.data-v-5cd81e7c { font-size: 24rpx; color: #3D3D3D; } .msglist .form-item .img.data-v-5cd81e7c { padding-bottom: 18rpx; } .msglist .form-item .deom-box.data-v-5cd81e7c { width: 100%; display: flex !important; margin: 0 -20rpx; background-color: #FFFFFF; border-radius: 9px; width: 100%; } .msglist .form-item .deom-box .img-deom.data-v-5cd81e7c { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 20rpx; } .msglist .form-item .deom-box .img-deom text.data-v-5cd81e7c { margin-top: 18rpx; } .msglist.data-v-5cd81e7c :last-child { border-bottom: unset; } .footbtn.data-v-5cd81e7c { position: fixed; bottom: 0; left: 0; z-index: 10; height: 180rpx; width: 100%; border-radius: 26rpx 26rpx 0 0; background-color: #fff; } .footbtn .info-total.data-v-5cd81e7c { display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 24rpx 50rpx; font-weight: 700; font-size: 24rpx; } .footbtn .info-total ._span.data-v-5cd81e7c { color: #0FBB59; font-size: 32rpx; } .footbtn .footer-btn.data-v-5cd81e7c { display: flex; } .footbtn .footer-btn .u-btn.data-v-5cd81e7c { width: 40%; }