diff --git a/public/editor.css b/public/editor.css index 4b516fb..0c4cb80 100644 --- a/public/editor.css +++ b/public/editor.css @@ -26,22 +26,27 @@ .tiny-wrap .block p { margin: 0 0 10px; font-size: 19px; - font-family: PingFangSC-Regular, PingFang SC; + font-family: SFProDisplay; font-weight: 400; color: #101010; line-height: 32px; } +.tiny-wrap .en-block p, .tiny-wrap .en-block .img-des { + font-family: ProximaNova; + letter-spacing: -.0135em; + line-height: 1.5em; +} .tiny-wrap .block .tiny-title { margin: 10px 0; font-size: 24px; - font-family: PingFangSC-Medium, PingFang SC; + font-family: SFProDisplay; font-weight: 500; color: #101010; line-height: 32px; } .tiny-wrap .quote { padding: 15px; - font-size: 14px; + font-size: 16px; font-style: italic; border: 1px solid #e3e3e3; background-color: #f1f1f1; diff --git a/src/assets/images/home.png b/src/assets/images/home.png new file mode 100644 index 0000000..9415621 Binary files /dev/null and b/src/assets/images/home.png differ diff --git a/src/assets/images/login-bg1.png b/src/assets/images/login-bg1.png new file mode 100644 index 0000000..b34157f Binary files /dev/null and b/src/assets/images/login-bg1.png differ diff --git a/src/assets/images/login-bg2.png b/src/assets/images/login-bg2.png new file mode 100644 index 0000000..4095ff0 Binary files /dev/null and b/src/assets/images/login-bg2.png differ diff --git a/src/assets/images/style/26.png b/src/assets/images/style/26.png new file mode 100644 index 0000000..5b0c915 Binary files /dev/null and b/src/assets/images/style/26.png differ diff --git a/src/assets/images/style/28.png b/src/assets/images/style/28.png new file mode 100644 index 0000000..5b0c915 Binary files /dev/null and b/src/assets/images/style/28.png differ diff --git a/src/components/img-upload/Cropper.vue b/src/components/img-upload/Cropper.vue index 6d3d827..1ec7578 100644 --- a/src/components/img-upload/Cropper.vue +++ b/src/components/img-upload/Cropper.vue @@ -140,7 +140,7 @@ export default { const that = this if (type === 'blob') { this.$refs.cropper.getCropBlob(data => { - compress(data, 0.6).then(res => { + compress(data, 0.8).then(res => { that.$emit('upload', res) }) }) diff --git a/src/components/modules/content.vue b/src/components/modules/content.vue index 7afe0b7..a81bc08 100644 --- a/src/components/modules/content.vue +++ b/src/components/modules/content.vue @@ -7,7 +7,7 @@ 只支持.jpg,.png格式

+ + +
+ +

上传图片

+
+
+

只支持.jpg,.png格式

+
+