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