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.
29 lines
604 B
29 lines
604 B
4 years ago
|
.box{
|
||
|
position: relative;
|
||
|
div{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
.btnbox{
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
margin-top: 22px;
|
||
|
div{
|
||
|
margin: 0 10px;
|
||
|
width: 120px;
|
||
|
height: 36px;
|
||
|
line-height: 36px;
|
||
|
cursor: pointer;
|
||
|
opacity: 1;
|
||
|
border-radius: 8px;
|
||
|
color: #fff;
|
||
|
}
|
||
|
div:nth-child(1){
|
||
|
background: #07CDCF;
|
||
|
}
|
||
|
div:nth-child(2){
|
||
|
background: #FF8678;
|
||
|
}
|
||
|
}
|
||
|
}
|