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.
 
 
 
 

201 lines
4.5 KiB

@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.header.data-v-02deb306 {
width: 100%;
height: 400rpx;
background-size: 100% 100%;
position: relative;
overflow: hidden;
}
.header .top-info.data-v-02deb306 {
width: 690rpx;
height: 100rpx;
margin: 30rpx auto 0;
display: flex;
align-items: center;
justify-content: space-between;
}
.header .top-info .user-info.data-v-02deb306 {
display: flex;
}
.header .top-info .user-info image.data-v-02deb306 {
width: 100rpx;
height: 100rpx;
border-radius: 50rpx;
}
.header .top-info .user-info .user.data-v-02deb306 {
height: 100%;
margin-left: 30rpx;
}
.header .top-info .user-info .user .name.data-v-02deb306 {
height: 50rpx;
line-height: 50rpx;
margin-top: 3rpx;
color: #333;
font-size: 36rpx;
font-weight: bold;
}
.header .top-info .user-info .user .member.data-v-02deb306 {
width: 70rpx;
height: 30rpx;
line-height: 30rpx;
text-align: center;
margin-top: 10rpx;
border-radius: 15rpx;
background-color: #DCC083;
font-size: 20rpx;
color: #fff;
}
.header .top-info .news.data-v-02deb306 {
margin-right: 14rpx;
position: relative;
}
.header .top-info .news image.data-v-02deb306 {
width: 40rpx;
height: 40rpx;
}
.header .top-info .news .num.data-v-02deb306 {
width: 34rpx;
height: 34rpx;
line-height: 34rpx;
text-align: center;
border-radius: 17rpx;
background-color: #FF4444;
color: #fff;
font-size: 20rpx;
position: absolute;
right: -14rpx;
top: -15rpx;
}
.header .bottom-info.data-v-02deb306 {
width: 100%;
height: 87rpx;
margin-top: 50rpx;
display: flex;
}
.header .bottom-info .item.data-v-02deb306 {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.header .bottom-info .item .value.data-v-02deb306 {
height: 44rpx;
line-height: 44rpx;
font-size: 36rpx;
font-weight: bold;
color: #333;
}
.header .bottom-info .item .title.data-v-02deb306 {
height: 33rpx;
line-height: 33rpx;
font-size: 24rpx;
color: #999;
}
.member-info.data-v-02deb306 {
width: 630rpx;
height: 44rpx;
padding: 18rpx 30rpx;
border-radius: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
color: #fff;
font-size: 24rpx;
background: #DCC083;
margin: 50rpx auto 0;
}
.member-info .name.data-v-02deb306 {
height: 44rpx;
font-size: 32rpx;
font-weight: bold;
}
.member-info .date.data-v-02deb306 {
height: 34rpx;
}
.member-info .btn.data-v-02deb306 {
width: 126rpx;
height: 44rpx;
line-height: 44rpx;
text-align: center;
border-radius: 22rpx;
border: 1rpx solid #fff;
}
.top.data-v-02deb306 {
background: linear-gradient(270deg, #FF8E88 0%, #FDAD28 100%);
margin-top: 20rpx;
}
.content.data-v-02deb306 {
overflow: hidden;
}
.content .h1-title.data-v-02deb306 {
height: 50rpx;
line-height: 50rpx;
font-weight: bold;
font-size: 36rpx;
color: #333;
margin-left: 30rpx;
margin-top: 50rpx;
}
.content .function-content.data-v-02deb306 {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.content .function-content .item.data-v-02deb306 {
width: 25vw;
height: 83rpx;
margin-top: 50rpx;
display: flex;
flex-direction: column;
align-items: center;
}
.content .function-content .item image.data-v-02deb306 {
width: 40rpx;
height: 40rpx;
}
.content .function-content .item .title.data-v-02deb306 {
height: 33rpx;
line-height: 33rpx;
color: #333;
font-size: 24rpx;
margin-top: 10rpx;
}
.foot-btn.data-v-02deb306 {
width: 690rpx;
height: 80rpx;
background-color: #F8F8F8;
line-height: 80rpx;
text-align: center;
color: #999;
font-size: 28rpx;
border-radius: 20rpx;
position: fixed;
left: 30rpx;
bottom: 130rpx;
}