init
This commit is contained in:
87
系统原型/data/styles.css
Normal file
87
系统原型/data/styles.css
Normal file
@@ -0,0 +1,87 @@
|
||||
.ax_default {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:400;
|
||||
font-style:normal;
|
||||
font-size:13px;
|
||||
letter-spacing:normal;
|
||||
color:#333333;
|
||||
vertical-align:none;
|
||||
text-align:center;
|
||||
line-height:normal;
|
||||
text-transform:none;
|
||||
}
|
||||
.box_1 {
|
||||
}
|
||||
.image {
|
||||
}
|
||||
.placeholder {
|
||||
}
|
||||
.button {
|
||||
}
|
||||
.heading_1 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-size:32px;
|
||||
text-align:left;
|
||||
}
|
||||
.heading_2 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-size:24px;
|
||||
text-align:left;
|
||||
}
|
||||
.heading_3 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-size:18px;
|
||||
text-align:left;
|
||||
}
|
||||
.heading_4 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-size:14px;
|
||||
text-align:left;
|
||||
}
|
||||
.heading_5 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
text-align:left;
|
||||
}
|
||||
.heading_6 {
|
||||
font-family:'Arial Normal', 'Arial', sans-serif;
|
||||
font-weight:bold;
|
||||
font-style:normal;
|
||||
font-size:10px;
|
||||
text-align:left;
|
||||
}
|
||||
.paragraph {
|
||||
text-align:left;
|
||||
}
|
||||
.line {
|
||||
}
|
||||
.checkbox {
|
||||
text-align:left;
|
||||
}
|
||||
.table_cell {
|
||||
}
|
||||
.menu_item {
|
||||
}
|
||||
.form_hint {
|
||||
color:#999999;
|
||||
}
|
||||
.form_disabled {
|
||||
}
|
||||
.flow_shape {
|
||||
}
|
||||
.icon {
|
||||
}
|
||||
.text_field {
|
||||
color:#000000;
|
||||
text-align:left;
|
||||
}
|
||||
textarea, select, input, button { outline: none; }
|
||||
Reference in New Issue
Block a user