152 lines
3.4 KiB
CSS
152 lines
3.4 KiB
CSS
/** ----------- 个人中心元素预览样式 ------------ **/
|
|
.portal-element-prew .num {
|
|
bottom: 0px;
|
|
color: rgb(255, 255, 255);
|
|
font-family: 微软雅黑;
|
|
position: absolute;
|
|
left: 0;
|
|
padding-left: 15px;
|
|
padding-bottom: 10px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.portal-element-prew .mtitle {
|
|
display: none;
|
|
padding-top: 52px;
|
|
height: 100%;
|
|
margin: auto;
|
|
width: 100%;
|
|
line-height: 100%;
|
|
vertical-align: middle;
|
|
font-size: 20px;
|
|
text-align: center;
|
|
bottom: 0px;
|
|
color: rgb(255, 255, 255);
|
|
font-family: 微软雅黑;
|
|
}
|
|
|
|
.portal-element-prew .workflow {
|
|
background-color: rgb(51, 163, 255);
|
|
background-image: url(/images/homepage/portalcenter/workflow_wev8.png);
|
|
|
|
}
|
|
|
|
.portal-element-prew .capital {
|
|
background-color: rgb(255, 210, 0);
|
|
background-image: url(/images/homepage/portalcenter/capital_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .cowork {
|
|
background-color: rgb(253, 144, 0);
|
|
background-image: url(/images/homepage/portalcenter/cowork_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .project {
|
|
background-color: rgb(203, 97, 254);
|
|
background-image: url(/images/homepage/portalcenter/project_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .crm {
|
|
background-color: rgb(104, 113, 227);
|
|
background-image: url(/images/homepage/portalcenter/crm_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .blog {
|
|
background-color: rgb(86, 222, 115);
|
|
background-image: url(/images/homepage/portalcenter/blog_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .doc {
|
|
background-color: rgb(253, 38, 119);
|
|
background-image: url(/images/homepage/portalcenter/doc_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .meetting {
|
|
background-color: rgb(104, 113, 227);
|
|
background-image: url(/images/homepage/portalcenter/meetting_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .workplan {
|
|
background-color: rgb(203, 97, 254);
|
|
background-image: url(/images/homepage/portalcenter/workplan_wev8.png);
|
|
}
|
|
|
|
.portal-element-prew .workflow, .capital, .cowork, .project, .crm, .blog, .doc, .meetting, .workplan {
|
|
background-position: 50%;
|
|
background-repeat: no-repeat;
|
|
opacity: 1;
|
|
height: 120px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/** 多图元素预览样式 **/
|
|
#portal_banner_info {
|
|
font-family: 微软雅黑;
|
|
display: none;
|
|
color: #fff;
|
|
z-index: 1001;
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: 50px;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
}
|
|
|
|
.element_prew_ul {
|
|
margin-left: -45px;
|
|
position: absolute;
|
|
list-style-type: none;
|
|
opacity: .8;
|
|
z-index: 1002;
|
|
margin: 0;
|
|
padding: 0;
|
|
bottom: 3px;
|
|
left: 50%;
|
|
list-style: none;
|
|
}
|
|
|
|
.element_prew_li {
|
|
float: left;
|
|
display: block;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
background: url(/page/element/imgSlide/resource/image/p.png) 0 0 no-repeat;
|
|
width: 8px;
|
|
height: 8px;
|
|
margin: 0 5px;
|
|
}
|
|
|
|
/** 会议日历、日历日程元素样式 **/
|
|
.element_prew_calendar .ant-fullcalendar-today .ant-fullcalendar-value {
|
|
color: #666;
|
|
background: url(/page/element/MyCalendar/img/blue_ring_wev8.png) 50% no-repeat;
|
|
width: 30px;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.element_prew_calendar .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
|
|
width: 40%;
|
|
height: 30px;
|
|
border: 1px solid rgb(45, 183, 245);
|
|
display: block;
|
|
margin: 0 auto;
|
|
color: #000;
|
|
border-radius: 4px;
|
|
padding: 0;
|
|
background: transparent;
|
|
line-height: 22px;
|
|
}
|
|
|
|
/** 公告元素预览样式 **/
|
|
.element_prew_notice_new {
|
|
height: 54px;
|
|
border: 1px dotted #eee;
|
|
position: relative;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/** 新建流程元素预览样式 **/
|
|
.element_prew_sparator {
|
|
background-image: url(/images/homepage/style/style1/esparatorimg_wev8.gif);
|
|
} |