You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
600 B
Plaintext
48 lines
600 B
Plaintext
page {
|
|
background: #f5f5f5;
|
|
|
|
}
|
|
|
|
.content {
|
|
border-radius: 20px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.tcode {
|
|
background: #ffffff;
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
padding: 20px;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
.tcode .title {
|
|
font-size: 16px;
|
|
font-weight: 601;
|
|
color: #333333;
|
|
line-height: 22px;
|
|
}
|
|
|
|
.tcode .iconfont {
|
|
font-size: 10px;
|
|
margin-top: 10px;
|
|
display: block;
|
|
color: #333333;
|
|
}
|
|
|
|
.ewm {
|
|
margin-top: 20px;
|
|
width: 184px;
|
|
height: 184px;
|
|
}
|
|
|
|
|
|
|
|
.footTetx {
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
text-align: center;
|
|
color: #919191;
|
|
line-height: 14px;
|
|
margin-top: 20px;
|
|
} |