| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187 |
- /*tree*/
- .tree-node {
- padding-top: 3px;
- padding-bottom: 3px;
- }
- .tree-title {
- font-size: 14px;
- }
- /*tab*/
- .tabs {
- height:30px !important;
- }
- .tabs-title {
- font-size: 14px;
- }
- .tabs-inner {
- height:29px !important;
- line-height:29px !important;
- }
- /*panel*/
- .panel-header {
- padding:5px;
- }
- .panel-title {
- padding-top:3px;
- padding-bottom:3px;
- font-size:14px;
- }
- .panel-body {
- font-size:14px;
- }
- /*datagrid*/
- .datagrid-row,.datagrid-header-row {
- height:32px;
- }
- .datagrid-cell-rownumber{
- font-size:14px;
- }
- .datagrid-header .datagrid-cell span {
- font-size: 14px;
- }
- .datagrid-cell{
- font-size: 14px;
- }
- /*linkbutton*/
- .l-btn-text {
- line-height: 32px;
- font-size:14px;
- }
- /*textbox*/
- /*.textbox{
- width:100% !important;
- height:30px !important;
- line-height:30px !important;
- }*/
- .textbox-text {
- font-size:14px !important;
- }
- /*combobox*/
- .combobox-item {
- font-size:14px;
- line-height:150%;
- }
- /*switchbutton*/
- .switchbutton-on, .switchbutton-off, .switchbutton-handle {
- font-size: 14px;
- }
- /**/
- .messager-body {
- line-height:150%;
- }
- /*icon.css*/
- .icon-word {
- background: url('/xweb/img/word.png') no-repeat center center;
- }
- .icon-excel {
- background: url('/xweb/img/excel.png') no-repeat center center;
- }
- .icon-table {
- background: url('/xweb/img/table.png') no-repeat center center;
- }
- .icon-grid {
- background: url('/xweb/img/grid.png') no-repeat center center;
- }
- .icon-plan {
- background: url('/xweb/img/plan.png') no-repeat center center;
- }
- .icon-chart {
- background: url('/xweb/img/chart.png') no-repeat center center;
- }
- .icon-detail {
- background: url('/xweb/img/detail.png') no-repeat center center;
- }
- .icon-pass {
- background: url('/xweb/img/page.png') no-repeat center center;
- }
- .icon-wait {
- background: url('/xweb/img/page_delete.png') no-repeat center center;
- }
- /*=============================================================
- index.html页的工具条
- =============================================================*/
- .i-toolbar {
- padding: 6px;
- height: auto
- }
- /*=============================================================
- table方案 detail.html add.html edit.html search.html窗口使用
- =============================================================*/
- .w-table {
- width:100%;
- }
- .w-tr {
- height:42px;
- }
- .w-label {
- width: 100px;
- background-color: #F5F5F5;
- text-align: right;
- font-size:14px;
- }
- .w-text {
- font-size:14px;
- line-height:150%;
- }
- .w-textbox {
- width: 300px;
- height: 32px;
- }
- /*=============================================================
- div方案 detail.html add.html edit.html search.html窗口使用
- =============================================================*/
- a {
- color:#0081c2;
- text-decoration:none;
- }
- a:hover {
- color:dodgerblue;
- text-decoration:underline;
- }
- .w-form {
- padding:0px 25px 25px 25px ;
- }
- .w-div {
- margin-bottom:10px;
- }
- /*detail.html add.html edit.html search.html中的输入字段的div*/
- .w-field {
- margin-top:4px;
- margin-bottom:8px;
- }
- /*detail.html中的字段名*/
- .w-fieldname {
- font-size:14px;
- color:black;
- }
- /*detail.html中的字段值*/
- .w-fieldvalue {
- border:1px dotted gray;
- border-radius:5px;
- padding:4px;
- line-height:150%;
- }
- .w-fieldbar {
- margin-top:20px;
- margin-bottom:20px;
- border:1px dotted lightgray;
- border-radius:5px;
- padding:4px;
- background-color:#0081c2;
- }
- /*所有文本框,目前版本无效,依赖于页面中的 style 相同定义*/
- .w-input {
- }
- /*=============================================================
- detail.html add.html edit.html search.html窗口工具条
- =============================================================*/
- .w-bar {
- height: 36px;
- padding: 4px;
- text-align: center;
- background-color: #F5F5F5;
- }
|