| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- /*bootstrap 初始化*/
- .bg-dark{
- background-color:#192948!important;
- }
- .pb-6,.py-6{
- padding-bottom: 4.5rem !important;
- }
- .pt-6,.py-6{
- padding-top: 4.5rem !important;
- }
- /**/
- .login-body{
- background: linear-gradient(#192948,#33425b)
- }
- .in-1{padding-left:5px!important}
- .in-2{padding-left:21px!important}
- .in-3{padding-left:42px!important}
- .in-4{padding-left:63px!important}
- .in-5{padding-left:84px!important}
- .in-6{padding-left:105px!important}
- .bg-gray {
- background-color: #bbb !important;
- }
- input.form-control[readonly],textarea.form-control[readonly] {
- border: none;
- background: #f1f1f1;
- }
- .bg-new-advance{
- background: rgba(241, 82, 91, 0.08) !important;
- }
- .bg-new-ledger{
- background: rgba(250, 140, 22, 0.08) !important;
- }
- .bg-new-revise{
- background: rgba(251, 182, 45, 0.08) !important;
- }
- .bg-new-stage{
- background: rgba(82, 196, 26, 0.08) !important;
- }
- .bg-new-changeProject{
- background: rgba(51, 119, 255, 0.08) !important;
- }
- .bg-new-changePlan{
- background: rgba(114, 46, 209, 0.08) !important;
- }
- .bg-new-change{
- background: rgba(22, 208, 208, 0.08) !important;
- }
- .bg-new-changeApply{
- background: rgba(41, 58, 210, 0.08) !important;
- }
- .bg-new-material{
- background: rgba(187, 41, 210, 0.08) !important;
- }
- .bg-new-payment{
- background: rgba(128, 128, 0, 0.08) !important;
- }
- .bg-new-financial{
- background: rgba(58, 88, 50, 0.08) !important;
- }
- .text-new-advance{
- color: rgba(241, 82, 91, 1) !important;
- }
- .text-new-ledger{
- color: rgba(250, 140, 22, 1) !important;
- }
- .text-new-revise{
- color: rgba(251, 182, 45, 1) !important;
- }
- .text-new-stage{
- color: rgba(82, 196, 26, 1) !important;
- }
- .text-new-changeProject{
- color: rgba(51, 119, 255, 1) !important;
- }
- .text-new-changePlan{
- color: rgba(114, 46, 209, 1) !important;
- }
- .text-new-change{
- color: rgba(22, 208, 208, 1) !important;
- }
- .text-new-changeApply{
- color: rgba(41, 58, 210, 1) !important;
- }
- .text-new-material{
- color: rgba(187, 41, 210, 1); !important;
- }
- .text-new-payment{
- color: rgba(128, 128, 0, 1) !important;
- }
- .text-new-financial{
- color: rgba(58, 88, 50, 1) !important;
- }
|