37 lines
509 B
Plaintext
37 lines
509 B
Plaintext
page {
|
|
background-color: #ee5509;
|
|
color: #323232;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.box {
|
|
margin: 0 12px;
|
|
}
|
|
|
|
.title {
|
|
margin: 0;
|
|
padding: 32px 16px 16px;
|
|
color: rgba(69, 90, 100, 0.6);
|
|
font-weight: normal;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.btn {
|
|
display: block;
|
|
width: 100%;
|
|
margin: 10px 0;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.detail-page {
|
|
width: 100%;
|
|
height: 100%;
|
|
min-height: 300px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|