diff --git a/css/style.css b/css/style.css index 9798d93..6369041 100644 --- a/css/style.css +++ b/css/style.css @@ -234,6 +234,11 @@ .box .content.bj .offer-background-content .grade-content-item:not(:last-of-type) .grade-content-value { border-right: 1px solid #ebebeb; } +.box .content.bj .offer-background-content .grade-content-item:last-of-type { + font-weight: 650; + font-size: 18px; + color: #000000; +} .box .content.bj .offer-background-content.offer-background-content-text { padding: 24px 17px; word-break: break-word; diff --git a/css/style.less b/css/style.less index b573d5d..b49a1af 100644 --- a/css/style.less +++ b/css/style.less @@ -264,6 +264,12 @@ border-right: 1px solid #ebebeb; } } + + &:last-of-type { + font-weight: 650; + font-size: 18px; + color: #000000; + } } &.offer-background-content-text { diff --git a/index.html b/index.html index 888a6ea..f13deff 100644 --- a/index.html +++ b/index.html @@ -165,7 +165,7 @@ -
+
@@ -232,12 +232,18 @@
学位
{{ item.degree }} -
- {{ item.semester }} -
- {{ item.noticedate }}通知 -
-
{{ item.apply_results }}
+ + +
@@ -254,7 +260,7 @@
-
+
@@ -437,7 +443,6 @@ this.offerinfo.school["base64"] = canvas.toDataURL("image/jpeg") } else { const img = this.$refs["schoolimg" + index][0] - // console.log("img", img) const canvas = document.createElement("canvas") canvas.width = img.naturalWidth canvas.height = img.naturalHeight @@ -445,27 +450,9 @@ const ctx = canvas.getContext("2d") ctx.drawImage(img, 0, 0) - // console.log("666", canvas.toDataURL("image/jpeg")) - this.offercollege[index]["base64"] = canvas.toDataURL("image/jpeg") this.$forceUpdate() } - - // return - // fetch(url) - // .then(response => response.blob()) - // .then(blob => { - // const reader = new FileReader() - // reader.onloadend = () => { - // if (type == "offer") { - // this.offerinfo.school["base64"] = reader.result - // } else { - // this.offercollege[index]["base64"] = reader.result - // this.$forceUpdate() - // } - // } - // reader.readAsDataURL(blob) - // }) }, // 获取 offer 详情