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.
15 lines
237 B
15 lines
237 B
4 years ago
|
.main {
|
||
|
width: 90%;
|
||
|
margin-left: 5%;
|
||
|
.title {
|
||
|
width: 100%;
|
||
|
height: 46px;
|
||
|
line-height: 46px;
|
||
|
font-size: 16px;
|
||
|
text-align: center;
|
||
|
color: #1890ff;
|
||
|
background-color: #f3f9ff;
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
}
|