1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- canvas {
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- }
- #canvas1 {
- /*min-width: 600px;*/
- }
- .tile-stats h3 {
- color: #000 !important;
- }
- html {
- height: 100% !important
- }
- body {
- height: 100% !important
- }
- .right_col {
- padding: 0 !important
- }
- #content {
- padding: 10px 20px;
- box-sizing: border-box;
- }
- .container {
- height: 100% !important
- }
- .shortcuts {
- border: 1px solid;
- width: 40px;
- height: 40px;
- margin: 5px 10px 5px 0;
- border-radius: 10%;
- padding: 4px 8px;
- border-color: #6D31CF !important;
- }
- .shortcuts i {
- font-size: 30px;
- color: #6D31CF;
- }
- .w_25 span {
- position: absolute;
- margin-top: 25px;
- transform: translateY(-50%);
- }
- .first_today_work {
- border-right: 1px solid #2e69eb;
- }
- .today_work {
- height: 50px;
- text-align: center;
- line-height: 25px;
- float: left;
- box-sizing: border-box;
- width: 50%;
- margin-top: 15px;
- margin-bottom: 15px;
- background-color: #EFF3FD;
- -webkit-border-radius: 2px;
- }
- .work_detail {
- position: relative;
- display: block;
- margin-bottom: 12px;
- -webkit-border-radius: 5px;
- overflow: hidden;
- padding-bottom: 5px;
- -webkit-background-clip: padding-box;
- -moz-border-radius: 5px;
- -moz-background-clip: padding;
- border-radius: 5px;
- background: #FFF;
- transition: all .3s ease-in-out;
- }
- .work_detail span {
- font-size: 14px;
- line-height: 10px;
- margin-left: 10px;
- font-family: Microsoft YaHei, Arial, wryh, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, sans-serif;
- }
- .work_detail_full{
- border-bottom: 0.5px solid #dcdcdc;
- padding-top: 5px;
- margin-top: 5px;
- line-height: 30px;
- }
|