反馈修改完成

master
Lee 2022-11-02 15:23:49 +08:00
parent 851850a5e0
commit 52c2ab3862
9 changed files with 66 additions and 37 deletions

View File

@ -171,10 +171,10 @@
<script>
$(function(){
$(".inp .submit-btn").mouseover(function(){
$(this).parent().css("border","0.1rem solid #00db6d");
$(this).parent().css("border","0.1rem solid #2fe78b");
})
$(".inp .submit-btn").mouseout(function(){
$(this).parent().css("border","0.1rem solid #95a1fa");
$(this).parent().css("border","0.1rem solid #00db6d");
})
});
</script>

View File

@ -74,7 +74,7 @@
color: #838383 !important;
font-size: 1rem;
transition: all .6s;
margin-top: -0.4rem;
margin-top: -0.05rem;
}
.add-f-btn-con a:hover{
color: #00db6d !important;

View File

@ -6,7 +6,6 @@
<link rel="stylesheet" href="{$Think.HOME_SITE_ROOT}/new/css/course.css">
<style>
.main-other-qa{
background-color: #f5f7fa;
margin-bottom: 0;
padding-bottom: 2rem;
}

View File

@ -2,7 +2,6 @@
<link rel="stylesheet" href="{$Think.HOME_SITE_ROOT}/new/css/member.css">
<style>
.main-other-qa{
background-color: #f5f7fa;
margin-bottom: 0;
padding-bottom: 2rem;
}

View File

@ -949,7 +949,7 @@ p {
.main-title p {
font-size: 0.85rem;
line-height: 1.5;
line-height: 1.47;
max-width: 70rem;
margin: 0 auto;
}
@ -1068,21 +1068,17 @@ p {
}
.pagination li.active {
background-color: #3b52f6;
border: 1px solid #3b52f6;
background-color: #00db6d;
border: 1px solid #00db6d;
transition: all .6s;
}
.pagination li:hover{
background-color: #00db6d;
border: 1px solid #00db6d;
background-color: #2fe78b;
border: 1px solid #2fe78b;
}
.pagination li:hover a{
color: #fff;
}
.pagination li.active:hover {
background-color: #3b52f6;
border: 1px solid #3b52f6;
}
.pagination li.active a,
.pagination li.active span {
@ -1410,7 +1406,8 @@ p {
border-radius: 0.2rem;
background-color: #fff;
border-radius: 0.5rem;
border: 0.1rem solid #95a1fa;
border: 0.1rem solid #00db6d;
overflow: hidden;
position: relative;
transition: all .6s;
}
@ -1421,12 +1418,12 @@ p {
justify-content: center;
width: 7rem;
height: 100%;
background-image: linear-gradient(256deg, #00cdff 0%, #1b97ff 36%, #3660ff 100%), linear-gradient(#0536f9, #0536f9);
background-image: linear-gradient(256deg, #aaf8d1 0%, #42ea96 36%, #00db6d 100%), linear-gradient(#00db6d, #00db6d);
border-radius: 0.5rem 0 0 0.5rem;
transition: all .6s;
}
.list-banner .search-con1 .inp .submit-btn:hover{
background-image: linear-gradient(256deg, #aaf8d1 0%, #42ea96 36%, #00db6d 100%), linear-gradient(#00db6d, #00db6d);
background-image: linear-gradient(256deg, #aaf8d1 0%, #42ea96 36%, #2fe78b 100%), linear-gradient(#2fe78b, #2fe78b);
}
.list-banner .search-con1 .inp i {

View File

@ -150,7 +150,7 @@
.course .main-1 .container .link {
display: block;
padding: 2rem 0;
border-bottom: 1px solid #3b52f6;
border-bottom: 1px solid #00db6d;
transition: all .6s;
}
@ -159,7 +159,7 @@
}
.course .main-1 .container .link:hover h6 {
color: #00db6d;
color: #2fe78b;
}
.course .main-1 .container .link:last-of-type {
@ -190,25 +190,25 @@
.course .main-1 .container .link .label span.b {
padding: 0.2rem 0.5rem;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
border-radius: 0.2rem;
color: #3b52f6;
color: #00db6d;
text-transform: capitalize;
transition: all .6s;
}
.course .main-1 .container .link:hover .label span.b{
border: 1px solid #00db6d;
color: #00db6d;
border: 1px solid #2fe78b;
color: #2fe78b;
}
.course .main-1 .container .link .label span.c {
background-color: #3b52f6;
background-color: #00db6d;
font-size: 0.8rem;
color: #fff !important;
transition: all .6s;
}
.course .main-1 .container .link:hover .label span.c{
background-color: #00db6d;
background-color: #2fe78b;
}
.fb {
@ -518,6 +518,14 @@ h4 {
align-items: center;
}
.course-details .main-1 .container>.right .btn-wrap a>img{
height: 2.5rem;
transition: all .6s;
}
.course-details .main-1 .container>.right .btn-wrap a>img:hover{
opacity: 0.7;
}
.course-details .main-1 .container>.right .btn-wrap .btn {
display: flex;
justify-content: center;
@ -527,6 +535,11 @@ h4 {
background-color: #00db6d;
font-size: 1.5rem;
border-radius: 0.5rem;
transition: all .6s;
}
.course-details .main-1 .container>.right .btn-wrap .btn:hover{
background-color: #2fe78b;
}
.course-details .main-1 .container>.right .btn-wrap .btn .icon {

View File

@ -144,10 +144,12 @@
}
.member-container .content-title a:hover,
.member-container .content-title span:hover,
.member-container .content-title span:hover{
border-color: #2fe78b;
}
.member-container .content-title a.active,
.member-container .content-title span.active {
border-color: #3b52f6;
border-color: #00db6d;
}
.member-container .register-title {
@ -310,12 +312,14 @@
}
.member-container .form .bt a {
color: #3b52f6;
color: #00db6d;
font-size: 0.9rem;
transition: all .6s;
}
.member-container .form .bt a:hover {
text-decoration: underline;
color: #2fe78b;
}
.member-container .form input {
@ -407,11 +411,16 @@
}
.member-container .form input[type="submit"] {
background-color: #3b52f6;
background-color: #00db6d;
font-size: 0.85rem;
height: 2.1rem;
color: #fff;
cursor: pointer;
transition: all .6s;
}
.member-container .form input[type="submit"]:hover{
background-color: #2fe78b;
}
.member-container .wechat .img {
@ -541,14 +550,19 @@
background-color: #f5f7fa;
}
.user-container .container .left a:hover::before,
.user-container .container .left a.active::before {
border-color: #3b52f6;
border-color: #00db6d;
}
.user-container .container .left a:hover::before{
border-color: #2fe78b;
}
.user-container .container .left a:hover i,
.user-container .container .left a.active i {
color: #3b52f6;
color: #00db6d;
}
.user-container .container .left a:hover i{
color: #2fe78b;
}
.user-container .container .right {
@ -582,7 +596,7 @@
.user-container .container .right .c-tit {
font-size: 1.3rem;
border-left: 4px solid #3b52f6;
border-left: 4px solid #00db6d;
line-height: 1;
padding-left: 0.5rem;
margin-bottom: 2rem;

View File

@ -87,8 +87,7 @@
.see-banner em{
display: block;
width: 5rem;
height: 6.2rem
height: ;
height: 6.2rem;
position: absolute;
left: 50%;
top: 50%;
@ -96,6 +95,10 @@
transform: translate(-50%,-50%);
animation: bg_name 0.8s infinite;
}
.see-banner em>img{
width: 100%;
height: 100%;
}
@keyframes bg_name {
0% {
@ -150,7 +153,7 @@
justify-content: center;
width: 11.8rem;
height: 3.5rem;
background-color: #fb82aa;
background-color: #ffff1b;
font-size: 1rem;
}

View File

@ -176,6 +176,10 @@
color: #00db6d;
}
.program-top .program-btn:hover a>em{
transform: scaleX(1.85) rotate(-90deg);
}
.program .main-center{
max-width: 86.25rem;
}