[内网]文化云交易前端H5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

71 lines
774 B

* {
margin: 0;
padding: 0;
}
body {
padding-bottom: 70px;
}
p {
width: 1200px;
margin: 0 auto;
line-height: 30px;
}
span {
text-decoration: underline;
}
.title {
width: 1200px;
margin: 30px auto 40px;
text-align: center;
font-size: 20px;
font-weight: bold;
}
.content {
width: 1200px;
margin: 0 auto;
text-indent: 32px;
padding: 10px 0;
}
.box {
width: 1200px;
margin: 0 auto;
padding: 10px 0 30px;
}
.box>p {
margin: 0;
}
.Subtitle {
text-indent: 0;
font-size: 18px;
font-weight: bold;
}
.textStyle {
color: #0000ff;
}
.spanStyle {
text-decoration: dashed;
color: #0000ff;
}
.contact {
padding: 5px 0;
}
.bottom {
color: red;
border-left: 1px red solid;
width: 1200px;
margin: 0 auto;
padding-left: 10px;
padding-bottom: 30px;
}