base.css
2.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
@charset "utf-8";
/* --------------------------------------------------------------
reset.css
* Resets default browser CSS.
-------------------------------------------------------------- */
@font-face { font-family:Barcode; src:
url('C39HrP36DmTt.TTF');
}
/*
select{
width: 50%;
}*/
@charset "utf-8";
html {
margin:0;
padding:0;
border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section {
margin: 0;
padding: 0;
border: 0;
/* vertical-align: baseline;*/
}
/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header,menu, nav, section {
display:block;
}
pre{background: transparent; font-family:Microsoft Yahei; font-size: 14px}
ul,ol,li { list-style:none; }
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; color: #333 }
/* Line-height should always be unitless! */
body {
line-height: 1.5;
background:#f9f9f7;
color: #666;
}
.modal-content .xn-close{
float: right;
position: absolute;
right: 5px;
top: 0px;
}
label{
font-weight: normal;
}
.f-left{
float: left;
}
.f-right{
float: right;
}
.auto{margin: 0 auto}
/* Remove annoying border on linked images. */
a img { border: none; }
input[type="file"].none {
display: none;
}
input[type="radio"], input[type="checkbox"]{
width: 20px;
height: 20px;
float: left;
margin-right: 5px;
margin-top: 7px;
}
textarea{
resize: none;
}
.xn-fw{
font-weight:bold;
}
.ng-cloak{
display: none;
}
.none{display: none}
/* Remember to define your own focus styles! */
:focus { outline: 0; }
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
/**/
a{ cursor:pointer;}
.p_10{
padding:10px;
}
.cursor-pointer{
cursor: pointer;
}
.xn-province-city-box{
border: 1px solid #dcdcdc;
background: #fff;
border-radius: 4px ;
}
.xn-col-md-offset-2 {
margin-left: 8.3333332%!important;
}
.xn-col-md-offset-1 {
margin-left: 4.1666666%!important;
}
.xn-input-line{
margin-bottom: 10px;
}
.xn-width{
width: 1120px;
}
.auto{
margin: 0 auto;
}
.demo-title{
height: 40px;
font-size: 18px;
line-height: 40px;
font-weight: bold;
text-indent: 2rem;
color: #3399ff;
}
.demo-sub-title{
height: 30px;
font-size: 16px;
line-height: 30px;
color: #1aad3e;
}
.mt-100{
margin-top: 100px;
}