no message
This commit is contained in:
parent
d83543e6ca
commit
d71a30b8cf
@ -212,10 +212,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.boxbox .details .right .admission-btn .item {
|
.boxbox .details .right .admission-btn .item {
|
||||||
width: 150px;
|
|
||||||
height: 32px;
|
|
||||||
background-color: #6fc16d;
|
|
||||||
border-radius: 22px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
}
|
}
|
||||||
@ -225,6 +221,10 @@
|
|||||||
}
|
}
|
||||||
.boxbox .details .right .admission-btn .item .btn {
|
.boxbox .details .right .admission-btn .item .btn {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
width: 150px;
|
||||||
|
height: 32px;
|
||||||
|
background-color: #6fc16d;
|
||||||
|
border-radius: 22px;
|
||||||
}
|
}
|
||||||
.boxbox .details .right .admission-btn .item .btn .img {
|
.boxbox .details .right .admission-btn .item .btn .img {
|
||||||
width: 19px;
|
width: 19px;
|
||||||
|
@ -243,10 +243,6 @@
|
|||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 150px;
|
|
||||||
height: 32px;
|
|
||||||
background-color: rgba(111, 193, 109, 1);
|
|
||||||
border-radius: 22px;
|
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
.icon {
|
.icon {
|
||||||
@ -256,6 +252,10 @@
|
|||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
width: 150px;
|
||||||
|
height: 32px;
|
||||||
|
background-color: rgba(111, 193, 109, 1);
|
||||||
|
border-radius: 22px;
|
||||||
.img {
|
.img {
|
||||||
width: 19px;
|
width: 19px;
|
||||||
height: 13px;
|
height: 13px;
|
||||||
|
Loading…
Reference in New Issue
Block a user