@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .details.data-v-75db3b88 { position: relative; height: 100vh; overflow: hidden; } .details .content.data-v-75db3b88 { height: 100vh; overflow-y: scroll; } .details .content .box1.data-v-75db3b88 { display: flex; align-items: center; justify-content: space-between; padding: 30rpx; border-bottom: 20rpx solid #fcfcfc; } .details .content .box1 .imgs.data-v-75db3b88 { border-radius: 10rpx; height: 180rpx; overflow: hidden; } .details .content .box1 .imgs image.data-v-75db3b88 { width: 280rpx; height: 180rpx; } .details .content .box1 .box1cont.data-v-75db3b88 { flex: 1; padding-left: 30rpx; } .details .content .box1 .box1cont .title.data-v-75db3b88 { font-size: 36rpx; font-weight: bold; } .details .content .box1 .box1cont .moneytime.data-v-75db3b88 { display: flex; justify-content: space-between; padding-top: 40rpx; } .details .content .box1 .box1cont .moneytime .money.data-v-75db3b88 { font-size: 32rpx; color: #ff0000; font-weight: bold; } .details .content .box1 .box1cont .moneytime .time.data-v-75db3b88 { color: #333; font-size: 26rpx; } .details .content .orderinfo.data-v-75db3b88 { border-bottom: 20rpx solid #fcfcfc; padding: 30rpx; } .details .content .orderinfo .orderA.data-v-75db3b88 { display: flex; justify-content: space-around; align-items: center; padding-top: 30rpx; } .details .content .orderinfo .orderA view.data-v-75db3b88 { font-size: 32rpx; } .details .content .orderinfo .orderA view image.data-v-75db3b88 { width: 80rpx; height: 80rpx; margin-right: 30rpx; } .details .content .orderinfo .title.data-v-75db3b88 { font-size: 34rpx; font-weight: bold; margin-bottom: 10rpx; } .details .content .orderinfo .title.data-v-75db3b88::before { content: ''; display: inline-block; width: 0; height: 40rpx; border-left: 8rpx solid #00cfe2; margin-right: 20rpx; vertical-align: text-bottom; } .details .content .orderinfo .conts_price.data-v-75db3b88 { display: flex; justify-content: space-between; } .details .content .orderinfo .cont.data-v-75db3b88 { font-weight: bold; font-size: 28rpx; line-height: 60rpx; } .details .content .orderinfo .cont text.data-v-75db3b88 { color: #dddbdb; padding-left: 20rpx; font-size: 32rpx; } .details .content .orderinfo .items.data-v-75db3b88 { border-bottom: 1px solid #f9f9f9; padding: 20rpx 0; } .details .content .orderinfo .conts.data-v-75db3b88 { font-size: 36rpx; color: #ff0000; font-weight: bold; padding: 30rpx 0; text-align: right; } .details .btnbox.data-v-75db3b88 { position: absolute; bottom: 0; left: 0; width: 100%; height: 120rpx; background-color: #fff; border-top: 1px solid #fdfdfd; display: flex; justify-content: space-around; } .details .btnbox view.data-v-75db3b88 { font-size: 30rpx; text-align: center; background-color: #2ebdd9; color: #fff; width: 47%; height: 50%; padding: 15rpx 0; border-radius: 50px; } .details .recording.data-v-75db3b88 { background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; } .details .recording .recording_content.data-v-75db3b88 { width: 100%; height: 60%; position: absolute; bottom: 0; background-color: #fff; } .details .recording .recording_content .btn.data-v-75db3b88 { display: flex; justify-content: space-between; padding: 20rpx 30rpx; } .details .recording .recording_content .time.data-v-75db3b88 { font-size: 70rpx; font-weight: bold; text-align: center; padding: 200rpx 0; } .details .recording .recording_content .Playparse.data-v-75db3b88 { text-align: center; } .details .recording .recording_content .Playparse image.data-v-75db3b88 { width: 80rpx; height: 80rpx; } .details .dialog.data-v-75db3b88 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 10; transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; } .details .dialog .closebox.data-v-75db3b88 { height: calc(50vh - 60rpx); width: 100%; } .details .dialog .now.data-v-75db3b88 { position: absolute; bottom: 0; left: 0; width: 100%; text-align: center; height: 100rpx; background-color: #f7f8fa; padding-top: 10rpx; } .details .dialog .now text.data-v-75db3b88 { display: inline-block; height: 80rpx; line-height: 80rpx; width: 90%; background-color: #2cb8d4; color: #fff; border-radius: 50rpx; } .details .dialog .dialog_content.data-v-75db3b88 { background-color: #fff; position: absolute; bottom: 0; width: calc(100% - 60rpx); height: 50vh; overflow-y: scroll; border-top-left-radius: 20rpx; border-top-right-radius: 20rpx; padding: 30rpx; background-color: #f3f3f3; padding-bottom: 100rpx; } .details .dialog .dialog_content .lists.data-v-75db3b88 { background-color: #fff; margin-bottom: 20rpx; display: flex; justify-content: space-between; padding: 20rpx 10rpx; border-radius: 10rpx; } .details .dialog .dialog_content .lists .imgs.data-v-75db3b88 { width: 240rpx; height: 160rpx; border-radius: 20rpx; overflow: hidden; } .details .dialog .dialog_content .lists .imgs image.data-v-75db3b88 { width: 100%; height: 100%; } .details .dialog .dialog_content .lists .right.data-v-75db3b88 { flex: 1; padding-left: 30rpx; } .details .dialog .dialog_content .lists .right .list_title.data-v-75db3b88 { display: flex; justify-content: space-between; align-items: center; } .details .dialog .dialog_content .lists .right .list_title .title.data-v-75db3b88 { font-size: 34rpx; font-weight: bold; } .details .dialog .dialog_content .lists .right .list_title .time.data-v-75db3b88 { font-size: 24rpx; } .details .dialog .dialog_content .lists .right .price.data-v-75db3b88 { padding-top: 50rpx; display: flex; justify-content: space-between; } .details .dialog .dialog_content .lists .right .price .money.data-v-75db3b88 { font-size: 42rpx; color: #e61b1b; font-weight: bold; } .details .dialog .dialog_content .lists .right .price .counter.data-v-75db3b88 { display: flex; } .details .dialog .dialog_content .lists .right .price .counter view.data-v-75db3b88 { width: 60rpx; height: 60rpx; line-height: 60rpx; background-color: #f7f8fa; text-align: center; border-radius: 60rpx; font-size: 50rpx; } .details .dialog .dialog_content .lists .right .price .counter text.data-v-75db3b88 { width: 100rpx; text-align: center; line-height: 60rpx; }