@charset "UTF-8"; /** * 这里是uni-app内置的常用样式变量 * * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量 * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App * */ /** * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能 * * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件 */ /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ .dynamic-technician-detail .banner-info { width: 750rpx; height: 654rpx; } .dynamic-technician-detail .menu-info { top: 30rpx; right: 30rpx; width: 60rpx; height: 60rpx; background: rgba(2, 2, 2, 0.5); z-index: 99991; } .dynamic-technician-detail .menu-info.type-video { background: rgba(255, 255, 255, 0.5); } .dynamic-technician-detail .dynamic-info .avatar { width: 84rpx; height: 84rpx; } .dynamic-technician-detail .dynamic-info .app-follow-btn { width: 116rpx; height: 56rpx; -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); } .dynamic-technician-detail .dynamic-info .app-follow-btn .iconfont { font-size: 24rpx; margin-right: 6rpx; } .dynamic-technician-detail .dynamic-content { color: #222; line-height: 40rpx; } .dynamic-technician-detail .hide-text { height: 180rpx; overflow: hidden; } .dynamic-technician-detail .video-box { width: 100%; height: calc(100vh - 100rpx); padding-bottom: calc(env(safe-area-inset-bottom) / 2); } .dynamic-technician-detail .video-box .video-poster { width: 100%; height: 100%; } .dynamic-technician-detail .video-box .video-poster .play-video { width: 88rpx; height: 88rpx; background: rgba(2, 2, 2, 0.5); } .dynamic-technician-detail .video-box .video-poster .play-video .iconfont { font-size: 38rpx; } .dynamic-technician-detail .video-box .video-poster.abs { top: 0; left: 0; z-index: 1; } .dynamic-technician-detail .video-box .video_item { width: 100%; height: 100%; } .dynamic-technician-detail .no-data-item { padding-bottom: 280rpx; } .dynamic-technician-detail .no-data-item .avatar { width: 54rpx; height: 54rpx; } .dynamic-technician-detail .no-data-item .text { width: 616rpx; height: 56rpx; color: #C7C7C7; background: #F7F7F7; } .dynamic-technician-detail .list-item .avatar { width: 72rpx; height: 72rpx; } .dynamic-technician-detail .list-item .text { color: #ADADAD; } .dynamic-technician-detail .list-item .comment { color: #3A3A3A; line-height: 1.4; } .dynamic-technician-detail .list-item .examine-btn { width: 82rpx; height: 34rpx; color: #F96246; background: rgba(249, 98, 70, 0.1); } .dynamic-technician-detail .bottom-info { width: 750rpx; background: #fff; } .dynamic-technician-detail .bottom-info .dynamic-info .avatar { width: 66rpx; height: 66rpx; } .dynamic-technician-detail .bottom-info .dynamic-info .ml-sm { margin-left: 15rpx; } .dynamic-technician-detail .bottom-info .dynamic-info .app-follow-btn { width: 110rpx; height: 45rpx; -webkit-transform: rotateZ(360deg); transform: rotateZ(360deg); border: 1rpx solid #fff; } .dynamic-technician-detail .bottom-info .dynamic-info .app-follow-btn .iconfont { font-size: 24rpx; margin-right: 6rpx; } .dynamic-technician-detail .bottom-info .dynamic-content { max-height: 20vh; overflow-y: auto; } .dynamic-technician-detail .bottom-info .comment-thumbs-info { height: 100rpx; } .dynamic-technician-detail .bottom-info .comment-thumbs-info .input-text { width: 372rpx; height: 68rpx; background: #F6F6F6; } .dynamic-technician-detail .bottom-info .comment-thumbs-info .input-text .iconfont { color: #C7C7C7; font-size: 24rpx; } .dynamic-technician-detail .bottom-info .comment-thumbs-info .input-text .input { width: 294rpx; } .dynamic-technician-detail .bottom-info .comment-thumbs-info .thumbs-comment-btn { min-width: 102rpx; color: #343434; } .dynamic-technician-detail .bottom-info .comment-thumbs-info .thumbs-comment-btn .iconfont { font-size: 44rpx; margin-right: 6rpx; } .dynamic-technician-detail .bottom-info .video-comment-black { bottom: 0; height: 100rpx; height: calc(100rpx + env(safe-area-inset-bottom) / 2); padding-bottom: calc(env(safe-area-inset-bottom) / 2); background: #000; z-index: -1; } .dynamic-technician-detail .bottom-info.type-video { padding-top: 150rpx; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); } .dynamic-technician-detail .bottom-info.type-video .input-text { background: #191919; } .dynamic-technician-detail .bottom-info.type-video .input-text .input { color: #fff; } .dynamic-technician-detail .bottom-info.type-video .thumbs-comment-btn { color: #fff; } .dynamic-technician-detail .show-popup { width: 750rpx; background: #F3F3F5; border-radius: 30rpx 30rpx 0 0; } .dynamic-technician-detail .show-popup .avatar { width: 84rpx; height: 84rpx; } .dynamic-technician-detail .show-popup .show-item { color: #222; height: 100rpx; background: #fff; } .dynamic-technician-detail .comment-popup { width: 750rpx; border-radius: 30rpx 30rpx 0 0; } .dynamic-technician-detail .comment-popup .icon-add { font-size: 36rpx; top: 32rpx; right: 32rpx; } .dynamic-technician-detail .comment-popup .scroll-list { max-height: 70vh; } .dynamic-technician-detail .comment-popup .comment-thumbs-info { height: 100rpx; } .dynamic-technician-detail .comment-popup .comment-thumbs-info .input-text { width: 690rpx; height: 68rpx; background: #F6F6F6; } .dynamic-technician-detail .comment-popup .comment-thumbs-info .input-text .iconfont { color: #C7C7C7; font-size: 24rpx; } .dynamic-technician-detail .comment-popup .comment-thumbs-info .input-text .input { width: 612rpx; } .dynamic-technician-detail .technician-popup { border-radius: 20rpx 20rpx 0 0; } .dynamic-technician-detail .technician-popup .item-avatar { width: 90rpx; height: 90rpx; background: #f4f6f8; } .dynamic-technician-detail .technician-popup .icon-close { font-size: 50rpx; } .dynamic-technician-detail .technician-popup .technician-text { max-height: 150rpx; } .dynamic-technician-detail .technician-popup .list-content { max-height: 50vh; } .dynamic-technician-detail .technician-popup .order-btn { width: 200rpx; height: 72rpx; }