Commit ba47a4e2 authored by renjintao's avatar renjintao

base

parent f01440b8
...@@ -12,69 +12,90 @@ html body { ...@@ -12,69 +12,90 @@ html body {
#__layout { #__layout {
height: 100% height: 100%
} }
ul,li{
ul,
li {
list-style: none; list-style: none;
} }
div::-webkit-scrollbar{
width:10px; div::-webkit-scrollbar {
height:10px; width: 10px;
height: 10px;
/**/ /**/
} }
div::-webkit-scrollbar-track{
div::-webkit-scrollbar-track {
background: rgb(239, 239, 239); background: rgb(239, 239, 239);
border-radius:2px; border-radius: 2px;
} }
div::-webkit-scrollbar-thumb{
background:rgba(38,128,235,0.5); div::-webkit-scrollbar-thumb {
border-radius:10px; background: rgba(38, 128, 235, 0.5);
} border-radius: 10px;
div::-webkit-scrollbar-thumb:hover{ }
background: rgba(38,128,235,0.8);
} div::-webkit-scrollbar-thumb:hover {
div::-webkit-scrollbar-corner{ background: rgba(38, 128, 235, 0.8);
background: rgba(38,128,235,1); }
}
div::-webkit-scrollbar-corner {
background: rgba(38, 128, 235, 1);
}
/*flex*/ /*flex*/
.flex{ .flex {
display: flex; display: flex;
//采用flex布局 //采用flex布局
} }
.fc-m{
.fc-m {
justify-content: center; justify-content: center;
} }
.fa-m{
.fa-m {
align-items: center; align-items: center;
} }
.fc-e{
.fc-e {
justify-content: flex-end; justify-content: flex-end;
} }
.fc-b{
.fc-b {
justify-content: space-between; justify-content: space-between;
} }
.fc-a{
.fc-a {
justify-content: space-around; justify-content: space-around;
} }
.fc-ev{
.fc-ev {
justify-content: space-evenly; justify-content: space-evenly;
} }
.fd{
.fd {
flex-direction: column; flex-direction: column;
} }
.fg{
.fg {
flex-grow: 1; flex-grow: 1;
} }
.fs{
.fs {
flex-shrink: 0; flex-shrink: 0;
} }
.fg2{
.fg2 {
flex-grow: 2; flex-grow: 2;
} }
.fos{
.fos {
order: -1; order: -1;
} }
.foe{
.foe {
order: 99; order: 99;
} }
/*字体*/ /*字体*/
.ib { .ib {
display: inline; display: inline;
...@@ -113,11 +134,13 @@ div::-webkit-scrollbar{ ...@@ -113,11 +134,13 @@ div::-webkit-scrollbar{
color: #f23a3a; color: #f23a3a;
cursor: pointer; cursor: pointer;
} }
.stitle{
.stitle {
height: 40px; height: 40px;
background-color: #F5F6FA; background-color: #F5F6FA;
line-height: 40px; line-height: 40px;
} }
//行高 //行高
.lh10 { .lh10 {
line-height: 10px line-height: 10px
...@@ -142,9 +165,11 @@ div::-webkit-scrollbar{ ...@@ -142,9 +165,11 @@ div::-webkit-scrollbar{
.lh40 { .lh40 {
line-height: 40px line-height: 40px
} }
.lh50 { .lh50 {
line-height: 50px line-height: 50px
} }
/*边距*/ /*边距*/
.m10 { .m10 {
...@@ -250,7 +275,8 @@ div::-webkit-scrollbar{ ...@@ -250,7 +275,8 @@ div::-webkit-scrollbar{
.mtb10 { .mtb10 {
margin: 10px 0; margin: 10px 0;
} }
.m15{
.m15 {
margin: 15px; margin: 15px;
} }
...@@ -301,6 +327,7 @@ div::-webkit-scrollbar{ ...@@ -301,6 +327,7 @@ div::-webkit-scrollbar{
.pl20 { .pl20 {
padding-left: 20px padding-left: 20px
} }
.pt15 { .pt15 {
padding-top: 15px padding-top: 15px
} }
...@@ -622,10 +649,12 @@ div::-webkit-scrollbar{ ...@@ -622,10 +649,12 @@ div::-webkit-scrollbar{
.new-orange { .new-orange {
color: #ff9900; color: #ff9900;
} }
.blueTitle{
.blueTitle {
color: #2680EB; color: #2680EB;
} }
.grayTitle{
.grayTitle {
color: #333; color: #333;
} }
...@@ -858,12 +887,14 @@ textarea::-webkit-input-placeholder { ...@@ -858,12 +887,14 @@ textarea::-webkit-input-placeholder {
// border-bottom:#e4e6ed solid 1px; // border-bottom:#e4e6ed solid 1px;
background: #f5f6fa; background: #f5f6fa;
} }
.tableCommon .tableCommon tr th { .tableCommon .tableCommon tr th {
line-height: 24px; line-height: 24px;
font-size: 14px; font-size: 14px;
background: #EEEDF0; background: #EEEDF0;
} }
.tableCommon .tableCommon{
.tableCommon .tableCommon {
tr td { tr td {
border: none; border: none;
border-bottom: 1px solid #E4E6ED; border-bottom: 1px solid #E4E6ED;
...@@ -877,8 +908,9 @@ textarea::-webkit-input-placeholder { ...@@ -877,8 +908,9 @@ textarea::-webkit-input-placeholder {
font-size: 14px; font-size: 14px;
padding: 0 2px; padding: 0 2px;
} }
.tableCommon tr td .ivu-table-cell { .tableCommon tr td .ivu-table-cell {
padding:0 2px; padding: 0 2px;
} }
...@@ -946,8 +978,9 @@ html [type=button] { ...@@ -946,8 +978,9 @@ html [type=button] {
-webkit-appearance: button; -webkit-appearance: button;
} }
.waitTask {/*flex 布局*/ .waitTask {
display: flex!important; /*flex 布局*/
display: flex !important;
align-items: center; align-items: center;
width: 200px; width: 200px;
height: 100px; height: 100px;
...@@ -969,22 +1002,26 @@ html [type=button] { ...@@ -969,22 +1002,26 @@ html [type=button] {
.action { .action {
a { a {
color: #1890FF; //查看和其他 color: #1890FF; //查看和其他
span{
span {
padding: 4px; padding: 4px;
} }
i{
i {
font-size: 16px; font-size: 16px;
padding: 4px; padding: 4px;
border-radius: 3px; border-radius: 3px;
} }
i:hover{
i:hover {
background: #1890FF; background: #1890FF;
color: #fff; color: #fff;
} }
background: transparent; background: transparent;
} }
a.detail{ a.detail {
color: #1890FF; //查看和其他 color: #1890FF; //查看和其他
} }
...@@ -1005,16 +1042,20 @@ html [type=button] { ...@@ -1005,16 +1042,20 @@ html [type=button] {
// color: #35BD90 // color: #35BD90
// } // }
a.remove,a.delete { a.remove,
a.delete {
color: #FF7A8B; color: #FF7A8B;
i:hover{
i:hover {
background: #FF7A8B; background: #FF7A8B;
color: #fff; color: #fff;
} }
} }
a.delete { a.delete {
color: #FF7A8B; color: #FF7A8B;
} }
a.empower { a.empower {
color: #FFBD59; color: #FFBD59;
} }
...@@ -1050,19 +1091,24 @@ html [type=button] { ...@@ -1050,19 +1091,24 @@ html [type=button] {
// } // }
} }
.icon_box{
.icon_box {
a.icon { a.icon {
display: inline-grid; display: inline-grid;
width: 28px; width: 28px;
height: 28px; height: 28px;
line-height: 28px; line-height: 28px;
margin: 0; margin: 0;
.ivu-icon-ios-eye{
.ivu-icon-ios-eye {
font-weight: bold; font-weight: bold;
font-size: 24px; font-size: 24px;
color: #249e91; color: #249e91;
}; }
.ivu-icon-ios-cog{
;
.ivu-icon-ios-cog {
font-weight: bold; font-weight: bold;
font-size: 24px; font-size: 24px;
color: #249e91; color: #249e91;
...@@ -1176,12 +1222,14 @@ html [type=button] { ...@@ -1176,12 +1222,14 @@ html [type=button] {
color: #333; color: #333;
font-weight: bold; font-weight: bold;
} }
.selectBox{
div.ivu-select-dropdown{ .selectBox {
div.ivu-select-dropdown {
height: auto; height: auto;
} }
} }
.footers { .footers {
width: 100%; width: 100%;
position: fixed; position: fixed;
...@@ -1214,9 +1262,10 @@ html [type=button] { ...@@ -1214,9 +1262,10 @@ html [type=button] {
border-collapse: collapse; border-collapse: collapse;
padding: 2px; padding: 2px;
} }
.outPdf table thead tr th { .outPdf table thead tr th {
line-height: 40px; line-height: 40px;
} }
.outP table, .outP table,
.outP table tr th, .outP table tr th,
...@@ -1232,103 +1281,125 @@ html [type=button] { ...@@ -1232,103 +1281,125 @@ html [type=button] {
border-collapse: collapse; border-collapse: collapse;
padding: 2px; padding: 2px;
} }
.outP table thead tr th { .outP table thead tr th {
line-height: 25px; line-height: 25px;
} }
//框架页面layout用
.full { //框架页面layout用
.full {
height: 100%; height: 100%;
background: white; background: white;
margin-top: 45px; margin-top: 45px;
.menu { .menu {
border: 1px solid #ddd; border: 1px solid #ddd;
padding: 0 5px; padding: 0 5px;
overflow: auto; overflow: auto;
.title { .title {
line-height: 45px; line-height: 45px;
font-size: 14px; font-size: 14px;
padding: 0 5px; padding: 0 5px;
border-bottom: #e4e6ed solid 1px; border-bottom: #e4e6ed solid 1px;
.fr { .fr {
float: right; float: right;
margin-top: 10px; margin-top: 10px;
cursor: pointer; cursor: pointer;
} }
.fr:hover { .fr:hover {
color: #249e91; color: #249e91;
} }
} }
.tree { .tree {
height: calc(100% - 150px); height: calc(100% - 150px);
overflow: auto; overflow: auto;
} }
} }
.content { .content {
background: white; background: white;
padding: 0 0 0 10px; padding: 0 0 0 10px;
//position: absolute; //position: absolute;
left: 250px; left: 250px;
right: 10px; right: 10px;
.auto { .auto {
flex: 1; flex: 1;
overflow: auto; overflow: auto;
position: relative; position: relative;
min-height: 600px; min-height: 600px;
} }
.fly { .fly {
position: relative; position: relative;
overflow: inherit; overflow: inherit;
} }
.ivu-btn-small { .ivu-btn-small {
padding: 0; padding: 0;
background: red; background: red;
} }
} }
} }
//流程节点样式 //流程节点样式
.time { .time {
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
} }
.content {
.content {
padding-left: 5px; padding-left: 5px;
} }
.h100{
.h100 {
height: 100%; height: 100%;
} }
//显示富文本框样式 //显示富文本框样式
.detail .ivu-row .filed-col p .html p{ .detail .ivu-row .filed-col p .html p {
margin: 0 10px 0 0; margin: 0 10px 0 0;
} }
.con_bord { .con_bord {
margin: 10px 20px; margin: 10px 20px;
} }
.lay100 {
.lay100 {
height: calc(100vh - 105px); height: calc(100vh - 105px);
background-color: #f5f6fa; background-color: #f5f6fa;
.con { .con {
padding: 5px 5px 0px 10px; padding: 5px 5px 0px 10px;
} }
.con_bord { .con_bord {
margin: 10px 20px; margin: 10px 20px;
box-shadow: #c7c7c7 1px 2px 7px 3px; box-shadow: #c7c7c7 1px 2px 7px 3px;
} }
background: rgba(245, 246, 250, 1); background: rgba(245, 246, 250, 1);
}
.menu_side{
background: #fff!important;
margin: 5px 0 0 0!important;
border: 1px solid #dcdee2!important;
} }
.show_menu{
.menu_side {
background: #fff !important;
margin: 5px 0 0 0 !important;
border: 1px solid #dcdee2 !important;
}
.show_menu {
width: 30px; width: 30px;
height: 30px; height: 30px;
position: fixed; position: fixed;
top: 100px; top: 100px;
left: 0; left: 0;
z-index: 9; z-index: 9;
.menu_play{
.menu_play {
width: 30px; width: 30px;
height: 30px; height: 30px;
line-height: 34px; line-height: 34px;
...@@ -1340,17 +1411,24 @@ html [type=button] { ...@@ -1340,17 +1411,24 @@ html [type=button] {
background: #ffffff; background: #ffffff;
box-shadow: #ccc 2px 2px 4px 1px; box-shadow: #ccc 2px 2px 4px 1px;
} }
.menu_play:hover{
.menu_play:hover {
background-color: #2d8cf0; background-color: #2d8cf0;
color: white; color: white;
} }
} }
.details{
.ivu-input-number{ .details {
.ivu-input-number {
width: 100%; width: 100%;
} }
} }
//显示富文本框时的图片 //显示富文本框时的图片
.tohtml img{ .tohtml img {
max-width: 95%; max-width: 95%;
} }
\ No newline at end of file
.gdShow {
box-shadow: 0px 0px 15px #333;
}
...@@ -50,6 +50,9 @@ div::-webkit-scrollbar-corner { ...@@ -50,6 +50,9 @@ div::-webkit-scrollbar-corner {
.fc-a { .fc-a {
justify-content: space-around; justify-content: space-around;
} }
.fc-ev {
justify-content: space-evenly;
}
.fd { .fd {
flex-direction: column; flex-direction: column;
} }
...@@ -721,7 +724,7 @@ html [type=button] { ...@@ -721,7 +724,7 @@ html [type=button] {
} }
.waitTask { .waitTask {
/*flex 布局*/ /*flex 布局*/
display: flex!important; display: flex !important;
align-items: center; align-items: center;
width: 200px; width: 200px;
height: 100px; height: 100px;
...@@ -1028,7 +1031,7 @@ html [type=button] { ...@@ -1028,7 +1031,7 @@ html [type=button] {
} }
.menu_side { .menu_side {
background: #fff !important; background: #fff !important;
margin: 5px 0 0 0!important; margin: 5px 0 0 0 !important;
border: 1px solid #dcdee2 !important; border: 1px solid #dcdee2 !important;
} }
.show_menu { .show_menu {
...@@ -1061,3 +1064,6 @@ html [type=button] { ...@@ -1061,3 +1064,6 @@ html [type=button] {
.tohtml img { .tohtml img {
max-width: 95%; max-width: 95%;
} }
.gdShow {
box-shadow: 0px 0px 15px #333;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment