反馈修改-1110

master
Lee 2022-11-10 17:28:13 +08:00
parent 7dc36c3339
commit 70f0b13196
6 changed files with 84 additions and 44 deletions

View File

@ -13,15 +13,15 @@
font-size: 0.9rem;
}
.layui-layer-btn .layui-layer-btn0{
background: #3b52f6;
border-color: #3b52f6;
background: #00db6d;
border-color: #00db6d;
}
.setBetween .item:nth-of-type(1):after {
content: '';
display: block;
width: 1px;
height: 100%;
background: #3b52f6;
background: #00db6d;
position: absolute;
right: 0;
top: 0;
@ -43,7 +43,7 @@
line-height: 50px;
color:white;
border-radius: 10px;
background:#3b52f6;
background:#00db6d;
margin-left:20px;
cursor: pointer;
}
@ -53,11 +53,11 @@
.fm-4-list{
margin-top:2rem!important;
margin-bottom: 2rem!important;
color:#3b52f6;
color:#00db6d;
}
.fm-4-list .qustitle{
margin-bottom:1rem;
color:#3b52f6;
color:#00db6d;
}
.fm-4-title{
@ -69,9 +69,9 @@
font-size:1rem;
text-align: center;
line-height: 50px;
color:#3b52f6;
color:#00db6d;
border-radius: 10px;
border:1px solid #3b52f6;
border:1px solid #00db6d;
margin:20px auto;
}
</style>

View File

@ -378,7 +378,7 @@
</div>
<button type="submit" class="ui primary button">Save</button>
<button class="ui button">Cancel</button>
<button type="submit" class="ui primary button" style="background-color:blue;" id="sub">Submit</button>
<button type="submit" class="ui primary button" style="background-color:#00db6d;" id="sub">Submit</button>
<span>Note: Click on the "Submit" button only when registering for a course.</span>
</form>
</div>

View File

@ -2959,7 +2959,7 @@ header #pc-header .right .member .member-on .second {
header #pc-header .right .member .member-on .second a {
display: block;
padding: 0.3rem 0.5rem;
font-size: 0.9rem;
font-size: 0.8rem;
border-radius: 0.0.9rem;
}

View File

@ -41,15 +41,15 @@
.btn {
padding: 0.3rem 0.9rem;
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
border-radius: 2rem;
}
.btn.s1 {
background-color: transparent;
border: 1px solid #3b52f6;
color: #3b52f6;
border: 1px solid #00db6d;
color: #00db6d;
}
.member-container {
@ -270,7 +270,7 @@
.member-container .con-title a:hover,
.member-container .con-title a.active {
background-color: #3b52f6;
background-color: #00db6d;
}
.member-container .con-title a:hover span,
@ -404,7 +404,7 @@
display: none;
margin-left: auto;
font-size: 0.9rem;
color: #3b52f6;
color: #00db6d;
text-align: right;
padding-right: 0.9rem;
margin-top: 0.2rem;
@ -499,7 +499,7 @@
.member-container .o>span a {
font-size: inherit;
color: #3b52f6;
color: #00db6d;
}
.member-container .o>span a:hover {
@ -664,7 +664,7 @@
width: 15rem;
height: 2.4rem;
border-radius: 0.2rem;
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
margin: 2rem auto 0;
}
@ -679,12 +679,13 @@
.user-container .container .right .data-content-copy h2 {
margin-bottom: 0.5rem;
color: #3b52f6;
color: #00db6d;
font-size: 1.8rem;
}
.user-container .container .right .data-content-copy h4 {
margin-bottom: 2rem;
color: #3b52f6;
color: #00db6d;
}
.user-container .container .right .data-content-copy p {
@ -695,6 +696,10 @@
.user-container .container .right .data-content-copy .ui.button {
margin-bottom: 0.9rem;
}
.user-container .container .right .data-content-copy .ui.button:nth-of-type(1){
background-color: #ffff1b;
color: #2e2e2e;
}
.user-container .container .right .data-content-copy .ui.form .field>label {
font-size: 1em;
@ -726,7 +731,7 @@
width: 3.5rem;
height: 3.5rem;
border-radius: 50%;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
display: flex;
flex-direction: column;
align-items: center;
@ -745,7 +750,7 @@
}
.user-container .container .right .safety-content .item .txt h6 span.c1 {
color: #3b52f6;
color: #00db6d;
}
.user-container .container .right .safety-content .item .txt h6 span.c2 {
@ -765,14 +770,15 @@
flex-direction: column;
align-items: center;
justify-content: center;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
border-radius: 0.2rem;
font-size: 0.9rem;
color: #3b52f6;
color: #00db6d;
transition: all .6s;
}
.user-container .container .right .safety-content .item a:hover {
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
}
@ -784,7 +790,7 @@
.user-container .container .right .course-content .item {
width: 49%;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
border-radius: 0.5rem;
padding: 0.9rem;
margin-bottom: 2%;
@ -801,9 +807,9 @@
.user-container .container .right .course-content .item h6 object a {
font-size: 0.6rem;
padding: 0.0.9rem 0.3rem;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
border-radius: 3rem;
color: #3b52f6;
color: #00db6d;
text-transform: uppercase;
}
@ -911,6 +917,28 @@
height: 0.9rem;
cursor: pointer;
}
.user-container .container .right .shopping-content table .b .b1>div>input[type='checkbox'] {
position: relative;
cursor: pointer;
width: 1rem;
height: 1rem;
font-size: 0.85rem;
}
.user-container .container .right .shopping-content table .b .b1>div>input[type='checkbox']:checked::after {
position: absolute;
top: 0;
display: inline-flex;
justify-content: center;
align-items: center;
width: 1rem;
height: 1rem;
font-size: 0.85rem;
content: '✓';
color: #fff;
background-color: #00db6d;
border-radius: 2px;
}
.user-container .container .right .shopping-content table .b .b1>div div {
flex: 1;
@ -918,9 +946,10 @@
}
.user-container .container .right .shopping-content table .b .b1 span {
padding: 0.0.9rem 0.4rem;
border-radius: 0.0.9rem;
background-color: #c5cbfc;
padding: 0.12rem 0.4rem;
border-radius: 0 0.9rem;
background-color: #00db6d;
font-size: 0.8rem;
color: #fff;
text-transform: uppercase;
}
@ -945,6 +974,17 @@
max-width: 10rem;
}
.pay-btn .btn{
background-color: #ffffff;
border: 1px solid #00db6d;
color: #00db6d !important;
transition: all .6s;
}
.pay-btn .btn:hover{
background-color: #00db6d;
color: #ffffff !important;
}
.user-container .container .right .shopping-content table .b .b4 {
font-size: 0.9rem;
position: relative;
@ -955,7 +995,7 @@
bottom: 0.5rem;
right: 0;
padding: 0.3rem 0.9rem;
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
border-radius: 2rem;
margin-top: 2rem;
@ -975,8 +1015,8 @@
}
.user-container .container .right .shopping-content table .b .b4 em:hover {
color: #3b52f6;
border-color: #3b52f6;
color: #00db6d;
border-color: #00db6d;
}
.user-container .container .right .shopping-content .tip {
@ -1028,8 +1068,8 @@
position: absolute;
right: 0;
bottom: calc(100% + 2rem);
border: 1px solid #3b52f6;
color: #3b52f6;
border: 1px solid #00db6d;
color: #00db6d;
padding: 0.3rem 0.9rem;
border-radius: 0.2rem;
cursor: pointer;
@ -1038,7 +1078,7 @@
.user-container .container .right .shopping-content .oper-all:hover {
color: #fff;
background-color: #3b52f6;
background-color: #00db6d;
}
.user-container .container .right .shopping-content .oper-btn {
@ -1163,7 +1203,7 @@
}
.user-container .container .right .payment-content .way .item.active {
border-color: #3b52f6;
border-color: #00db6d;
}
.user-container .container .right .payment-content .way .item:last-of-type {
@ -1230,7 +1270,7 @@
width: 2rem;
height: 2rem;
border-radius: 50%;
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
flex-shrink: 0;
display: flex;
@ -1312,7 +1352,7 @@
}
.user-container .container .right .course-list-content .td .alt.c2 {
color: #1571e4;
color: #00db6d;
}
.user-container .container .right .course-list-content .td .alt.c3 {
@ -1337,12 +1377,12 @@
left: 100%;
width: 20rem;
padding: 0.9rem;
border: 1px solid #3b52f6;
border: 1px solid #00db6d;
background-color: #fff;
box-shadow: 0rem 0.15rem 0.9rem 0rem rgba(32, 30, 29, 0.35);
border-radius: 0.25rem;
display: none;
color: #3b52f6;
color: #00db6d;
}
@media screen and (max-width: 1024px) {
@ -1417,7 +1457,7 @@
}
.user-container .container .left a.active {
background-color: #3b52f6;
background-color: #00db6d;
color: #fff;
}

View File

@ -132,7 +132,7 @@
position: absolute;
left: 0;
top: 0;
width: 50rem;
width: 51rem;
z-index: 9;
}
@ -190,7 +190,7 @@
}
.program>img{
position: absolute;
bottom: 4rem;
bottom: 6.98rem;
right: 0;
width: 18rem;
z-index: 9;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 29 KiB