|
@@ -301,23 +301,10 @@ const goSettingHandle = () => {
|
|
|
showNicklog.value = false;
|
|
|
router.push('/user/setinfo')
|
|
|
}
|
|
|
-// <<<<<<< HEAD
|
|
|
/* 不在提醒弹窗 */
|
|
|
const setCancelNickHandle = async() => {
|
|
|
showNicklog.value = false;
|
|
|
await apiCanelNickTip()
|
|
|
-// =======
|
|
|
-// // 等待 网络差时等待资源加载
|
|
|
-// const audioWaiting = (item)=>{
|
|
|
-// item.audio_status.loading = true
|
|
|
-// }
|
|
|
-// // 可以播放
|
|
|
-// const audioCanPlay = (item,index)=>{
|
|
|
-// item.audio_status.loading = false
|
|
|
-// if(!audio.value[index].played){
|
|
|
-// play(item,index)
|
|
|
-// }
|
|
|
-// >>>>>>> CD_bugFix
|
|
|
}
|
|
|
|
|
|
|
|
@@ -506,7 +493,6 @@ onActivated(()=>{
|
|
|
}
|
|
|
.noAuthor-box{
|
|
|
font-size: 16px;
|
|
|
- font-family: PingFang SC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #333333;
|
|
|
text-align: center;
|
|
@@ -532,7 +518,6 @@ onActivated(()=>{
|
|
|
height: 40px;
|
|
|
border-radius: 41px;
|
|
|
margin-top: 30px;
|
|
|
- font-family: 'PingFang SC';
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 16px;
|
|
@@ -541,12 +526,12 @@ onActivated(()=>{
|
|
|
}
|
|
|
}
|
|
|
.question-list-container{
|
|
|
- border-left: 1px solid #F2F2F2;
|
|
|
- border-right: 1px solid #F2F2F2;
|
|
|
+ // border-left: 1px solid #F2F2F2;
|
|
|
+ // border-right: 1px solid #F2F2F2;
|
|
|
.top-nav-box{
|
|
|
- padding: 30px 30px 12px 30px;
|
|
|
+ padding: 30px 0 12px;
|
|
|
background: #FFFFFF;
|
|
|
- box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.04);
|
|
|
+ // box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.04);
|
|
|
position: sticky;
|
|
|
top: 60px;
|
|
|
width: 100%;
|
|
@@ -555,41 +540,56 @@ onActivated(()=>{
|
|
|
.first-nav-box{
|
|
|
display:flex;
|
|
|
flex-wrap: wrap;
|
|
|
- span{
|
|
|
- display: inline-flex;
|
|
|
- align-items:center;
|
|
|
- justify-content:center;
|
|
|
- width: 140px;
|
|
|
- line-height: 40px;
|
|
|
- text-align: center;
|
|
|
- border-radius: 20px;
|
|
|
- background-color: #F6F6F6;
|
|
|
- font-size: 16px;
|
|
|
- margin-right: 30px;
|
|
|
- cursor: pointer;
|
|
|
- margin-bottom:10px;
|
|
|
- }
|
|
|
- .ask-icon{
|
|
|
- display:inline-flex;
|
|
|
- background: #F3A52F;
|
|
|
- border: 1px solid #F3A52F;
|
|
|
- box-shadow: 0px 6px 7px #FFF7EB;
|
|
|
+ span{
|
|
|
+ display: inline-flex;
|
|
|
+ align-items:center;
|
|
|
+ justify-content:center;
|
|
|
+ width: 140px;
|
|
|
+ line-height: 40px;
|
|
|
+ text-align: center;
|
|
|
border-radius: 20px;
|
|
|
- font-family: 'PingFang SC';
|
|
|
- font-style: normal;
|
|
|
- font-weight: 400;
|
|
|
+ background-color: #F6F6F6;
|
|
|
font-size: 16px;
|
|
|
- color: #FFFFFF;
|
|
|
+ margin-right: 30px;
|
|
|
+ cursor: pointer;
|
|
|
+ margin-bottom:10px;
|
|
|
+ box-sizing: border-box;
|
|
|
+ }
|
|
|
+ .ask-icon{
|
|
|
+ display:inline-flex;
|
|
|
+ background: #F3A52F;
|
|
|
+ border: 1px solid #F3A52F;
|
|
|
+ box-shadow: 0px 6px 7px #FFF7EB;
|
|
|
+ border-radius: 20px;
|
|
|
+ font-style: normal;
|
|
|
+ font-weight: 400;
|
|
|
+ font-size: 16px;
|
|
|
+ color: #FFFFFF;
|
|
|
+ img{
|
|
|
+ margin-right:6px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .active{
|
|
|
+ background-color: #FFFBF5;
|
|
|
+ box-shadow: 0px 6px 7px 1px #FFF7EB;
|
|
|
+ color: #F3A52F;
|
|
|
+ border: 1px solid #F3A52F;
|
|
|
+ }
|
|
|
+ @media screen and (max-width: 1280px){
|
|
|
+ span{
|
|
|
+ width: 90px;
|
|
|
+ height: 30px;
|
|
|
+ line-height: 30px;
|
|
|
+ margin-right: 15px;
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+ .ask-icon{
|
|
|
+ font-size: 14px;
|
|
|
img{
|
|
|
- margin-right:6px;
|
|
|
+ height: 12px;
|
|
|
}
|
|
|
}
|
|
|
- .active{
|
|
|
- background-color: #FFFBF5;
|
|
|
- box-shadow: 0px 6px 7px 1px #FFF7EB;
|
|
|
- color: #F3A52F;
|
|
|
- border: 1px solid #F3A52F;
|
|
|
- }
|
|
|
+ }
|
|
|
}
|
|
|
.sec-nav-box{
|
|
|
margin-top: 30px;
|
|
@@ -615,7 +615,6 @@ onActivated(()=>{
|
|
|
}
|
|
|
span{
|
|
|
margin-top: 30px;
|
|
|
- font-family: 'PingFang SC';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
font-size: 16px;
|
|
@@ -632,7 +631,6 @@ onActivated(()=>{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
font-size: 16px;
|
|
|
- font-family: PingFang SC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: #333333;
|
|
|
margin-bottom: 16px;
|
|
@@ -646,7 +644,6 @@ onActivated(()=>{
|
|
|
height: 24px;
|
|
|
padding: 0 12px;
|
|
|
font-size: 12px;
|
|
|
- font-family: PingFang SC-Medium, PingFang SC;
|
|
|
font-weight: 500;
|
|
|
color: #F3A52F;
|
|
|
margin-right: 14px;
|
|
@@ -654,7 +651,6 @@ onActivated(()=>{
|
|
|
}
|
|
|
.question-time{
|
|
|
font-size: 16px;
|
|
|
- font-family: PingFang SC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #666666;
|
|
|
margin-bottom: 24px;
|
|
@@ -683,7 +679,6 @@ onActivated(()=>{
|
|
|
}
|
|
|
.audio-time{
|
|
|
font-size: 16px;
|
|
|
- font-family: PingFang SC-Regular, PingFang SC;
|
|
|
font-weight: 400;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
@@ -728,7 +723,6 @@ onActivated(()=>{
|
|
|
text-align: right;
|
|
|
margin-top: 10px;
|
|
|
color: #999999;
|
|
|
- font-family: 'PingFang SC';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
font-size: 16px;
|
|
@@ -746,7 +740,6 @@ onActivated(()=>{
|
|
|
width: 160px;
|
|
|
height: 40px;
|
|
|
color: #FFFFFF;
|
|
|
- font-family: 'PingFang SC';
|
|
|
font-style: normal;
|
|
|
font-weight: 500;
|
|
|
font-size: 16px;
|