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.
 
 
 
 

237 lines
5.3 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.content-info.data-v-378a7012 {
width: 690rpx;
margin: auto;
padding: 40rpx 0;
}
.modular.data-v-378a7012 {
background-color: #fff;
border-radius: 20rpx;
width: 630rpx;
padding: 40rpx 30rpx;
}
.header-info.data-v-378a7012 {
height: 90rpx;
width: 100%;
display: flex;
align-items: center;
}
.header-info .avatar.data-v-378a7012 {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
position: relative;
}
.header-info .avatar image.data-v-378a7012 {
width: 90rpx;
height: 90rpx;
border-radius: 45rpx;
}
.header-info .avatar .sex.data-v-378a7012 {
width: 30rpx;
height: 30rpx;
line-height: 30rpx;
text-align: center;
border-radius: 15rpx;
position: absolute;
right: 0rpx;
bottom: 0rpx;
}
.header-info .avatar .sex .iconfont.data-v-378a7012 {
font-size: 24rpx;
color: #fff;
}
.header-info .avatar .man.data-v-378a7012 {
background-color: #0084FF;
}
.header-info .avatar .woman.data-v-378a7012 {
background-color: #FE83AF;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.header-info .user-info.data-v-378a7012 {
width: 100%;
height: 100%;
margin-left: 20rpx;
}
.header-info .user-info .top-info.data-v-378a7012 {
width: 100%;
height: 40rpx;
margin-top: 4rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.header-info .user-info .top-info .user.data-v-378a7012 {
display: flex;
align-items: center;
flex: 1;
}
.header-info .user-info .top-info .user .name.data-v-378a7012 {
width: 180rpx;
height: 100%;
font-size: 28rpx;
color: #333;
font-weight: bold;
}
.header-info .user-info .top-info .user .width.data-v-378a7012 {
width: 100%;
}
.header-info .user-info .top-info .user .member.data-v-378a7012 {
width: 70rpx;
height: 30rpx;
text-align: center;
background-color: #DCC083;
border-radius: 15rpx;
color: #fff;
font-size: 20rpx;
margin-left: 10rpx;
}
.header-info .user-info .top-info .loaction.data-v-378a7012 {
flex: 1;
height: 30rpx;
color: #333;
font-size: 20rpx;
}
.header-info .user-info .top-info .loaction .iconfont.data-v-378a7012 {
font-size: 20rpx;
}
.header-info .user-info .date.data-v-378a7012 {
margin-top: 10rpx;
height: 33rpx;
line-height: 33rpx;
font-size: 24rpx;
color: #999;
}
.header-info-box.data-v-378a7012 {
width: 100%;
height: 40rpx;
color: #333;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.copywriting.data-v-378a7012 {
margin-top: 40rpx;
width: 100%;
height: auto;
line-height: 44rpx;
font-size: 28rpx;
color: #333;
font-weight: bold;
}
.hidden.data-v-378a7012 {
max-height: 88rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.media.data-v-378a7012 {
width: 100%;
height: 223rpx;
overflow: hidden;
margin-top: 40rpx;
display: flex;
flex-wrap: wrap;
}
.media .img-box.data-v-378a7012 {
width: 223rpx;
height: 223rpx;
display: flex;
flex-wrap: wrap;
margin: 0 10rpx 10rpx 0;
position: relative;
}
.media .img-box .play_btn.data-v-378a7012 {
width: 60rpx;
height: 60rpx;
position: absolute;
top: 81rpx;
left: 81rpx;
}
.media .img-box .img.data-v-378a7012, .media .img-box .video.data-v-378a7012 {
width: 223rpx;
height: 223rpx;
border-radius: 20rpx;
}
.media .img-box.data-v-378a7012:nth-child(3n) {
margin-right: 0;
}
.show-all.data-v-378a7012 {
height: auto;
}
.footer.data-v-378a7012 {
width: 100%;
height: 34rpx;
margin-top: 35rpx;
display: flex;
align-items: center;
justify-content: space-between;
color: #333;
}
.footer .item.data-v-378a7012 {
display: flex;
align-items: center;
}
.footer .item .look.data-v-378a7012 {
width: 40rpx;
height: 34rpx;
}
.footer .item .message.data-v-378a7012, .footer .item .praise.data-v-378a7012 {
width: 34rpx;
height: 34rpx;
}
.footer .item .number.data-v-378a7012 {
font-size: 28rpx;
margin-left: 10rpx;
}
.footer-box.data-v-378a7012 {
width: 100%;
height: 50rpx;
margin-top: 30rpx;
font-size: 24rpx;
display: flex;
justify-content: flex-end;
}
.footer-box .btn.data-v-378a7012 {
width: 130rpx;
height: 50rpx;
border-radius: 25rpx;
border: 1rpx solid #ccc;
line-height: 50rpx;
text-align: center;
color: #0084FF;
}
.footer-box .btn.data-v-378a7012:first-child {
margin-right: 30rpx;
color: #FF4444;
}