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 @@ -
- - -