反馈修改
parent
35c772f007
commit
13d0ff8fde
|
@ -171,9 +171,8 @@
|
|||
.contact-container .container .item .left span{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 7.25rem;
|
||||
height: 1.8rem;
|
||||
line-height: 1.8rem;
|
||||
background-color: #00db6d;
|
||||
margin-top: 1.4rem;
|
||||
border-radius: .4rem;
|
||||
|
|
|
@ -362,7 +362,7 @@ h4 {
|
|||
.course-details .main-1 .container>.left h1,
|
||||
.course-details .main-1 .container>.left h2,
|
||||
.course-details .main-1 .container>.left h3{
|
||||
font-size: 1.9rem;
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
.course-details .main-1 .container>.left>div.content1 .more-btn1 a{
|
||||
display: flex;
|
||||
|
@ -400,7 +400,7 @@ h4 {
|
|||
}
|
||||
|
||||
.ui.form .field>label{
|
||||
font-size: 1.25rem !important;
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
.setBetween .item h2{
|
||||
font-size: 1.9rem;
|
||||
|
@ -433,11 +433,15 @@ h4 {
|
|||
}
|
||||
|
||||
.course-details .main-1 .container>.right .info .t .item p {
|
||||
font-size: 1rem;
|
||||
font-size: 0.85rem;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 0.1rem !important;
|
||||
}
|
||||
|
||||
.course-details .main-1 .container>.right .info .t .item>strong{
|
||||
font-size: 1.25rem;
|
||||
}
|
||||
|
||||
.course-details .main-1 .container>.right .info .t .item p.clk {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
@ -530,9 +534,9 @@ h4 {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 13rem;
|
||||
height: 4rem;
|
||||
height: 3.5rem;
|
||||
background-color: #00db6d;
|
||||
font-size: 1.5rem;
|
||||
font-size: 1.25rem;
|
||||
border-radius: 0.5rem;
|
||||
transition: all .6s;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue