diff --git a/css/details.css b/css/details.css index 572903b..7fe70a0 100644 --- a/css/details.css +++ b/css/details.css @@ -823,6 +823,86 @@ line-height: 32px; padding: 19px 0; } +.content .details-box .consult-list .consult-item { + width: calc(50% - 5px); + background-color: #ffffff; + border: 1px solid #ebebeb; + border-radius: 12px; + padding: 20px 15px 20px 20px; + margin-bottom: 10px; +} +.content .details-box .consult-list .consult-item .school { + font-weight: 650; + font-style: normal; + font-size: 16px; + color: #000000; + margin-bottom: 12px; +} +.content .details-box .consult-list .consult-item .school .img { + height: 27px; + margin-right: 11px; +} +.content .details-box .consult-list .consult-item .info-item { + font-size: 14px; + margin-bottom: 10px; + color: #7f7f7f; +} +.content .details-box .consult-list .consult-item .info-item .info-major { + margin-right: 11px; +} +.content .details-box .consult-list .consult-item .info-item .info-value { + color: #333333; +} +.content .details-box .consult-list .consult-item .info-item .line-between { + margin: 0 9px; + background-color: #d7d7d7; + height: 14px; + width: 1px; +} +.content .details-box .consult-list .consult-item .info-item .info-item-results { + padding: 0 5px; + height: 22px; + background-color: #f6f6f6; + border-radius: 37px; + font-size: 13px; + color: #72db86; + font-family: "ArialMT", "Arial", sans-serif; +} +.content .details-box .consult-list .consult-item .info-xiaobox { + width: 296px; + height: 46px; + background-color: #f6f6f6; + border-radius: 6px; + padding: 0 11px; + margin-bottom: 16px; +} +.content .details-box .consult-list .consult-item .info-xiaobox .info-content { + font-size: 14px; + color: #7f7f7f; + line-height: 26px; +} +.content .details-box .consult-list .consult-item .bottom { + justify-content: space-between; +} +.content .details-box .consult-list .consult-item .bottom .bottom-left { + font-size: 13px; + color: #aaaaaa; +} +.content .details-box .consult-list .consult-item .bottom .bottom-left .bottom-avatar { + width: 20px; + height: 20px; + border-radius: 50%; + margin-right: 4px; +} +.content .details-box .consult-list .consult-item .bottom .numerical-box .item-bottom-item { + margin-left: 16px; + font-size: 12px; + color: #aaaaaa; +} +.content .details-box .consult-list .consult-item .bottom .numerical-box .item-bottom-item .item-bottom-icon { + width: 14px; + margin-right: 5px; +} .else { width: 290px; background: -webkit-linear-gradient(270.00883066deg, #f7fbf7 0%, #eaf6ea 100%); diff --git a/css/details.less b/css/details.less index 22f672c..6c54e6c 100644 --- a/css/details.less +++ b/css/details.less @@ -936,6 +936,103 @@ } } } + + .consult-list { + .consult-item { + // width: 331px; + width: calc(50% - 5px); + background-color: rgba(255, 255, 255, 1); + border: 1px solid rgba(235, 235, 235, 1); + border-radius: 12px; + padding: 20px 15px 20px 20px; + margin-bottom: 10px; + .school { + .img { + height: 27px; + margin-right: 11px; + } + + font-weight: 650; + font-style: normal; + font-size: 16px; + color: #000000; + margin-bottom: 12px; + } + + .info-item { + font-size: 14px; + margin-bottom: 10px; + color: #7f7f7f; + + .info-major { + margin-right: 11px; + } + + .info-value { + color: #333333; + } + + .line-between { + margin: 0 9px; + background-color: #d7d7d7; + height: 14px; + width: 1px; + } + + .info-item-results { + padding: 0 5px; + height: 22px; + background-color: rgba(246, 246, 246, 1); + border-radius: 37px; + font-size: 13px; + color: #72db86; + font-family: "ArialMT", "Arial", sans-serif; + } + } + + .info-xiaobox { + width: 296px; + height: 46px; + background-color: rgba(246, 246, 246, 1); + border-radius: 6px; + padding: 0 11px; + margin-bottom: 16px; + + .info-content { + font-size: 14px; + color: #7f7f7f; + line-height: 26px; + } + } + + .bottom { + justify-content: space-between; + + .bottom-left { + font-size: 13px; + color: #aaaaaa; + .bottom-avatar { + width: 20px; + height: 20px; + border-radius: 50%; + margin-right: 4px; + } + } + + .numerical-box { + .item-bottom-item { + margin-left: 16px; + .item-bottom-icon { + width: 14px; + margin-right: 5px; + } + font-size: 12px; + color: #aaaaaa; + } + } + } + } + } } } @@ -1244,8 +1341,6 @@ } position: relative; - - .state { background-color: #ffffff; border: 1px solid #ebebeb; diff --git a/html/details.html b/html/details.html index 687d2aa..d084d36 100644 --- a/html/details.html +++ b/html/details.html @@ -1,331 +1,397 @@ - - - - Document - - - - - - - - - -
- -
-
- 首页 - - 按学科查看 - - {{ disciplineObj[info.disciplineid]?.label || '' }} - -
{{ info.name_zh }}
-
-
- -
-
{{ info.name_zh }}
-
{{ info.name_en }}
-
-
- - {{ info.schoolname || '' }} -
- - -
+ + + + Document + + + + + + + + -
- - 111111111111111111111111111 -
+ +
+ -
-
招生官项目
-
{{ info?.semester?.text }}
-
{{ item }}
+
+
+ 首页 + + 按学科查看 + + {{ disciplineObj[info.disciplineid]?.label || '' }} + +
{{ info.name_zh }}
+
+
+ +
+
{{ info.name_zh }}
+
{{ info.name_en }}
+
+
+ + {{ info.schoolname || '' }}
+ +
-
- -
- -
+
+ + 111111111111111111111111111 +
-
- - 手机查看该项目 -
+
+
招生官项目
+
{{ info?.semester?.text }}
+
{{ item }}
+
+
+ +
+ +
+ +
+ +
+ + 手机查看该项目
+
-
-
-
-
{{ item }}
+
+
+
+
{{ item }}
+
+
+
+ +
+
+
+ + {{ item.schoolname }} +
+
+
专业
+
+ {{ item.professionaltou }} + item.professionalzhong + {{ item.professionalend }} +
+
{{ item.professional }}
+
+
+
项目
+
+ {{ item.projecttou }} + {{ item.projecttzhong }} + {{ item.projecttend }} +
+
{{ item.project }}
+
+
+ {{ item.semester }} +
+ {{ item.degree }} +
+
{{ item.apply_results }}
+
+
+
{{ item.message }}
+
+
+
+ + {{ item.timestamp }} +
+ +
+
+ + {{ item.view || 0 }} +
+
+ + {{ item.ripostes || 0 }} +
+
+ + {{ item.comments || 0 }} +
+
+ + {{ item.reward || 0 }} +
+
+
+
+
-
-
-
-
专业排名
-
- 榜单 - -
+
+
+
专业排名
+
+ 榜单 +
-
-
-
- -
- {{ item.rank }} - - - - -
+
+
+
+
+ +
+ {{ item.rank }} + + + +
-
-
-
年份:
-
{{ item.year }}
-
-
-
学科:
-
{{ item.subject }}
-
+
+
+
+
年份:
+
{{ item.year }}
+
+
+
学科:
+
{{ item.subject }}
-
项目简介
- +
+
项目简介
+ -
专业资格认证
- +
专业资格认证
+ +
+ +
+
申请日程
+
+
+
+
1
+ 第一轮 +
+
+
+
2024-01-05
+
开始申请日期
+
+
+
2024-01-05
+
截止申请日期
+
+
+
+
+
+
1
+ 第一轮 +
+
+
+
2024-01-05
+
开始申请日期
+
+
+
2024-01-05
+
截止申请日期
+
+
+
+
+
+
面试时间:
+
2024-01-05
+
+
+
结果通知时间:
+
2024-01-05
+
+
-
-
还没 申请日程
-
+
最低入学要求
+
+
{{ info.entrance_requirements || '-' }}
+