123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- // mytodo页面专用样式
- ul li {
- list-style: none;
- }
- a {
- text-decoration: none;
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .clearfix:before,
- .clearfix:after {
- content: '';
- display: table;
- }
- .clearfix:after {
- clear: both;
- overflow: hidden;
- }
- .clearfix {
- *zoom: 1;
- }
- /deep/ .ant-card-head-title {
- color: #1890ff;
- }
- //包着card
- .fullCard {
- height: 380px;
- /deep/ .ant-card-body {
- padding: 0 4px;
- }
- }
- // 日历
- .ccfullCalendar {
- height: 274px !important;
- // 年月选择消失
- /deep/ .ant-fullcalendar-header {
- display: none;
- }
- // 线消息
- /deep/ .ant-fullcalendar {
- border-top: none;
- }
- /deep/ .ant-fullcalendar-calendar-body {
- padding: 0;
- }
- /deep/ .fc .fc-toolbar.fc-header-toolbar {
- margin-bottom: 6px;
- }
- /deep/ .fc .fc-scrollgrid-liquid {
- height: 274px !important;
- }
- /deep/ .fc .fc-toolbar-title {
- font-size: 14px;
- letter-spacing: 1px;
- }
- /deep/ .fc-scrollgrid-sync-table {
- height: 274px !important;
- }
- /deep/ .fc-daygrid-day-bottom {
- margin-top: -10px !important;
- }
- /deep/ .fc .fc-button-primary {
- background-color: #1890ff;
- margin-top: 4px;
- border: none;
- }
- /deep/ .fc .fc-toolbar-title {
- color: #333;
- font-size: 16px;
- }
- }
- #home {
- // 第一行
- .topCard {
- // 等高设置
- .topColItem {
- // height: 380px;
- }
- .userImg {
- width: 80px;
- height: 80px;
- line-height: 30px;
- margin-right: 20px;
- img {
- border-radius: 6px;
- width: 100%;
- }
- }
- .userInfo {
- span {
- margin-left: 40px;
- display: block;
- line-height: 26px;
- .department {
- font-size: 14px;
- color: rgb(71, 70, 70);
- }
- }
- }
- // 消息
- .msgBox {
- text-align: center;
- background-color: rgba(236, 232, 232, 0.4);
- border-radius: 10px;
-
- em {
- margin: 0 10px;
- font-style: normal;
- margin-right: 50px;
- span {
- font-size: 30px;
- color: #fa6b5c;
- font-weight: 700;
- }
- p {
- font-size: 16px;
- }
- }
- }
- }
- // OA工作台
- .oaIcon {
- text-align: center;
- margin-right: 30px;
- float: left;
- h4 {
- margin-top: 10px;
- }
- }
- }
- // 公告
- .news {
- .notice {
- ul {
- margin: 0;
- padding: 0;
- li {
- line-height: 30px;
- a {
- font-size: 14px;
- color: #444;
- .department {
- margin-right: 10px;
- }
- .createBy {
- color: #333;
- }
- .createTime {
- color: rgb(164, 164, 164);
- margin: 0 4px 0 20px;
- }
- }
- a:hover {
- color: #1890ff;
- }
- }
- }
- }
- // 我的计划
- .total {
- span {
- display: block;
- line-height: 40px;
- strong {
- color: #fa6b5c;
- text-decoration: underline;
- margin-right: 4px;
- }
- }
- }
- // 友情链接
- .links {
- /deep/ .ant-card-body {
- padding: 20px;
- }
- button {
- border-radius: 2px;
- border: none;
- margin-right: 4px;
- background-color: rgba(102, 155, 188, 0.7);
- margin-bottom: 10px;
- a {
- color: white;
- font-size: 18px;
- padding: 10px 14px;
- }
- }
- button:hover {
- background-color: #003049;
- color: white;
- box-shadow: 1px 1px 3px #333;
- }
- }
- }
|