weliam-smartcity智慧城市
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.
 
 
 
 

252 lines
6.3 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.interval.data-v-15762556 {
width: 690rpx;
height: 8rpx;
margin: auto;
background-color: #F8F8F8;
}
.content.data-v-15762556 {
width: 690rpx;
margin: 30rpx auto 130rpx;
}
.content .header.data-v-15762556 {
width: 100%;
height: 50rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.content .header .left-info.data-v-15762556 {
height: 100%;
display: flex;
align-items: flex-end;
}
.content .header .left-info .title.data-v-15762556 {
height: 100%;
line-height: 50rpx;
font-size: 36rpx;
font-weight: bold;
color: #333;
margin-right: 10rpx;
}
.content .header .left-info .num.data-v-15762556 {
height: 36rpx;
line-height: 36rpx;
color: #999;
font-size: 24rpx;
}
.content .header .right-info.data-v-15762556 {
height: 40rpx;
color: #999;
font-size: 28rpx;
display: flex;
align-items: center;
}
.content .header .right-info .hot.data-v-15762556 {
margin-right: 10rpx;
}
.content .header .right-info .new.data-v-15762556 {
margin-left: 10rpx;
}
.content .header .right-info .select.data-v-15762556 {
font-weight: bold;
color: #333;
}
.content .comment-item.data-v-15762556 {
width: 690rpx;
height: auto;
margin: auto;
padding-top: 30rpx;
}
.content .comment-item .user-info.data-v-15762556 {
width: 100%;
height: 90rpx;
display: flex;
align-items: center;
}
.content .comment-item .user-info .avatar.data-v-15762556 {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
position: relative;
}
.content .comment-item .user-info .avatar image.data-v-15762556 {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
}
.content .comment-item .user-info .avatar .sex.data-v-15762556 {
width: 30rpx;
height: 30rpx;
border-radius: 15rpx;
position: absolute;
right: 0;
bottom: 0;
color: #fff;
line-height: 30rpx;
text-align: center;
}
.content .comment-item .user-info .avatar .sex .iconfont.data-v-15762556 {
font-size: 24rpx;
}
.content .comment-item .user-info .avatar .woman.data-v-15762556 {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
background-color: #FE83AF;
}
.content .comment-item .user-info .avatar .man.data-v-15762556 {
background-color: #0084FF;
}
.content .comment-item .user-info .else-info.data-v-15762556 {
height: 100%;
margin-left: 20rpx;
}
.content .comment-item .user-info .else-info .name.data-v-15762556 {
height: 40rpx;
line-height: 40rpx;
margin-top: 4rpx;
font-size: 28rpx;
font-weight: bold;
color: #333;
}
.content .comment-item .user-info .else-info .date.data-v-15762556 {
height: 32rpx;
line-height: 32rpx;
margin-top: 10rpx;
font-size: 24rpx;
color: #999;
}
.content .comment-item .comment-detail.data-v-15762556 {
width: 580rpx;
height: 40rpx;
line-height: 40rpx;
height: auto;
margin: 0 0 0 110rpx;
}
.content .comment-item .comment-detail .text.data-v-15762556 {
width: 100%;
height: auto;
line-height: 40rpx;
font-size: 28rpx;
color: #333;
padding: 40rpx 0;
}
.content .comment-item .comment-detail .join-info.data-v-15762556 {
width: 100%;
height: 34rpx;
display: flex;
align-items: center;
margin-top: 30rpx;
}
.content .comment-item .comment-detail .join-info .praise-box.data-v-15762556, .content .comment-item .comment-detail .join-info .comment-box.data-v-15762556 {
display: flex;
align-items: flex-end;
color: #333;
font-size: 28rpx;
}
.content .comment-item .comment-detail .join-info .praise-box image.data-v-15762556, .content .comment-item .comment-detail .join-info .comment-box image.data-v-15762556 {
width: 34rpx;
height: 34rpx;
}
.content .comment-item .comment-detail .join-info .praise-box .num.data-v-15762556, .content .comment-item .comment-detail .join-info .comment-box .num.data-v-15762556 {
margin-left: 10rpx;
}
.content .comment-item .comment-detail .line.data-v-15762556 {
width: 100%;
height: 2rpx;
background-color: #EEEEEE;
}
.content .comment-item .comment-detail .comment-info.data-v-15762556 {
width: 100%;
height: auto;
padding-top: 10rpx;
overflow: hidden;
}
.content .comment-item .comment-detail .comment-info .info-item.data-v-15762556 {
width: 100%;
height: auto;
line-height: 34rpx;
display: flex;
font-size: 24rpx;
color: #333;
margin-top: 10rpx;
}
.content .comment-item .comment-detail .comment-info .info-item .name.data-v-15762556 {
font-weight: bold;
}
.content .comment-item .comment-detail .open-btn.data-v-15762556 {
font-size: 28rpx;
color: #333;
font-weight: bold;
margin-top: 20rpx;
display: flex;
justify-content: flex-end;
}
.open.data-v-15762556 {
max-height: 999999999rpx !important;
}
.footer.data-v-15762556 {
width: 690rpx;
height: 70rpx;
padding: 15rpx 30rpx;
background-color: #fff;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1rpx solid #EEEEEE;
position: fixed;
left: 0;
bottom: 0;
font-size: 28rpx;
}
.footer input.data-v-15762556 {
width: 570rpx;
height: 40rpx;
padding: 15rpx 0 15rpx 30rpx;
border-radius: 35rpx;
background-color: #F8F8F8;
}
.footer .submit-btn.data-v-15762556 {
height: 40rpx;
color: #999;
font-weight: bold;
}
.back-btn.data-v-15762556 {
width: 100rpx;
height: 100rpx;
border-radius: 50rpx;
text-align: center;
line-height: 100rpx;
background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%);
font-size: 28rpx;
color: #fff;
position: fixed;
right: 30rpx;
bottom: 250rpx;
}