|
|
@@ -192,7 +192,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
.cq_title {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 2rem;
|
|
|
font-weight: bold;
|
|
|
text-align: center;
|
|
|
width: 70%;
|
|
|
@@ -219,20 +219,20 @@ export default {
|
|
|
}
|
|
|
|
|
|
.cq_changeBtnArea > span{
|
|
|
- width: 50px;
|
|
|
- height: 25px;
|
|
|
+ padding: .5rem 1rem;
|
|
|
background: #3681FC;
|
|
|
border-radius: 8px;
|
|
|
color: #fff;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 1rem;
|
|
|
text-align: center;
|
|
|
- font-weight: 500;
|
|
|
+ font-weight: 600;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
cursor: pointer;
|
|
|
margin-left: 20px;
|
|
|
transition: .2s;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.cq_changeBtnArea > span:hover{
|
|
|
@@ -246,7 +246,7 @@ export default {
|
|
|
|
|
|
.cq_type {
|
|
|
margin: 20px 0 40px 0;
|
|
|
- font-size: 10px;
|
|
|
+ font-size: 1rem;
|
|
|
color: #808080;
|
|
|
}
|
|
|
|
|
|
@@ -286,7 +286,7 @@ export default {
|
|
|
margin: auto;
|
|
|
cursor: pointer;
|
|
|
transition: 0.3s;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 1rem;
|
|
|
color: #000;
|
|
|
user-select: none;
|
|
|
/* 不可选中 */
|
|
|
@@ -315,13 +315,13 @@ export default {
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
color: #fff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 1rem;
|
|
|
}
|
|
|
|
|
|
.cq_ca_t1_item > div::after {
|
|
|
content: "";
|
|
|
- width: 25px;
|
|
|
- height: 25px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
background: rgba(252, 207, 0, 1);
|
|
|
border-radius: 50%;
|
|
|
position: absolute;
|
|
|
@@ -356,7 +356,7 @@ export default {
|
|
|
border-radius: 12px;
|
|
|
cursor: pointer;
|
|
|
transition: 0.3s;
|
|
|
- font-size: 12px;
|
|
|
+ font-size: 1rem;
|
|
|
color: #000;
|
|
|
user-select: none;
|
|
|
overflow: auto;
|
|
|
@@ -395,13 +395,13 @@ export default {
|
|
|
position: relative;
|
|
|
z-index: 2;
|
|
|
color: #fff;
|
|
|
- font-size: 14px;
|
|
|
+ font-size: 1rem;
|
|
|
}
|
|
|
|
|
|
.cq_ca_t2_item > div::after {
|
|
|
content: "";
|
|
|
- width: 20px;
|
|
|
- height: 20px;
|
|
|
+ width: 30px;
|
|
|
+ height: 30px;
|
|
|
background: rgba(252, 207, 0, 1);
|
|
|
border-radius: 50%;
|
|
|
position: absolute;
|