diff --git a/public/site/css/common.css b/public/site/css/common.css index d5b0da2f1..31eaa0a8e 100644 --- a/public/site/css/common.css +++ b/public/site/css/common.css @@ -760,7 +760,6 @@ img { color: var(--text-color); } .get-started{ - width: 123px; display: inline-block; } .login-btn{ diff --git a/public/site/css/help.css b/public/site/css/help.css index a5fd87656..c1f6d6b24 100644 --- a/public/site/css/help.css +++ b/public/site/css/help.css @@ -1,158 +1,189 @@ /* 头部样式 */ -.nav{ - background-color: var(--pop-bg-color); - box-shadow: 0px 4px 9px var(--box-shadow-color); +.nav { + background-color: var(--pop-bg-color); + box-shadow: 0px 4px 9px var(--box-shadow-color); } -.help{ - position: relative; - margin: 56px 0 96px 0; - padding-top: 80px; + +.help { + position: relative; + margin: 56px 0 96px 0; + padding-top: 80px; } -.help-con{ - width: 100%; - max-width: 1280px; - margin: 0 auto; + +.help-con { + width: 100%; + max-width: 1280px; + margin: 0 auto; } -.help-layout{ - display: flex; - align-items: flex-start; + +.help-layout { + display: flex; + align-items: flex-start; } -.help-l{ - padding: 24px; - background: var(--bg-fa-color); - border-radius: 8px; - margin-right: 32px; - height: 95%; + +.help-l { + display: none; + padding: 24px; + background: var(--bg-fa-color); + border-radius: 8px; + margin-right: 32px; + height: 95%; } -.help-h5{ - color: var(--text-color); + +.help-h5 { + color: var(--text-color); } -.help-l-ul{ - width: 240px; - overflow: auto; - height: 82vh; + +.help-l-ul { + width: 240px; + overflow: auto; + height: 82vh; } -.l-ul-item{ - padding: 9px 16px; - cursor: pointer; - height: 22px; + +.l-ul-item { + padding: 9px 16px; + cursor: pointer; + height: 22px; } -.l-ul-item.active .txt{ - color: var(--txt-theme-color); + +.l-ul-item.active .txt { + color: var(--txt-theme-color); } -.l-ul-item.active{ - background-color: var(--bg-hover-color); - border-radius: 8px; + +.l-ul-item.active { + background-color: var(--bg-hover-color); + border-radius: 8px; } -.l-ul-item:hover{ - background: var(--bg-hover-color); - border-radius: 8px; + +.l-ul-item:hover { + background: var(--bg-hover-color); + border-radius: 8px; } -.txt{ - /* display: inline-block; */ - color: var(--txt-gray-color); + +.txt { + /* display: inline-block; */ + color: var(--txt-gray-color); } -.help-r{ - border-left: 1px solid var(--border-color); - padding-left: 32px; - position: relative; + +.help-r { + padding-left: 32px; + position: relative; } -.help-r::-webkit-scrollbar{ - width: 0 !important + +.help-r::-webkit-scrollbar { + width: 0 !important } -.help-pic1{ - position: relative; - padding-left: 34px; - width: auto; - height: 240px; - background: var(--txt-theme-color); - border-radius: 8px; - display: flex; - align-items: center; - overflow: hidden; + +.help-pic1 { + position: relative; + padding-left: 34px; + width: auto; + height: 240px; + background: var(--txt-theme-color); + border-radius: 8px; + display: flex; + align-items: center; + overflow: hidden; } -#help-pic1-svg{ - height: 100%; - position: absolute; - top: 0; - right: 0; + +#help-pic1-svg { + height: 100%; + position: absolute; + top: 0; + right: 0; } -.help-pic1-tips{ - max-width: 360px; + +.help-pic1-tips { + max-width: 360px; } -.help-pic1-tips-h2{ - color: #fff; - margin-bottom: 16px; + +.help-pic1-tips-h2 { + color: #fff; + margin-bottom: 16px; } -.help-pic1-tips-h6{ - color: #fff; + +.help-pic1-tips-h6 { + color: #fff; } -.help-h4{ - color: var(--text-color) !important; + +.help-h4 { + color: var(--text-color) !important; } -.help-h6{ - color: var(--txt-gray-color); + +.help-h6 { + color: var(--txt-gray-color); } -.help-h6-bold{ - color: var(--text-color) !important; + +.help-h6-bold { + color: var(--text-color) !important; } -.r-ul-item-pic1{ - display: block; - height: 316px; + +.r-ul-item-pic1 { + display: block; + height: 316px; } -.r-ul-item-pic2{ - display: block; - height: 418px; + +.r-ul-item-pic2 { + display: block; + height: 418px; } -.dots{ - background: url(../img/dots.svg) no-repeat; - width: 4px; - height: 4px; - display: block; - position: absolute; - left: 10px; - top: 10px; + +.dots { + background: url(../img/dots.svg) no-repeat; + width: 4px; + height: 4px; + display: block; + position: absolute; + left: 10px; + top: 10px; } -.help-t-768{ - display: flex; - align-items: center; - padding: 14px 16px; - background: var(--bg-fa-color); - border-radius: 8px; - margin-top: 16px; - cursor: pointer; - margin-bottom: 40px; + +.help-t-768 { + display: flex; + align-items: center; + padding: 14px 16px; + background: var(--bg-fa-color); + border-radius: 8px; + margin-top: 16px; + cursor: pointer; + margin-bottom: 40px; } -.help-t-prev{ - display: inline-block; - width: 14px; - margin-right: 8px; + +.help-t-prev { + display: inline-block; + width: 14px; + margin-right: 8px; } -.help-t-tit{ - font-weight: 400; - font-size: 16px; - line-height: 20px; - color: var(--txt-theme-color); + +.help-t-tit { + font-weight: 400; + font-size: 16px; + line-height: 20px; + color: var(--txt-theme-color); } -.help-drawer{ - position: fixed; - top: 0; - left: -90vw; - width: 75vw; - height: 100%; - padding: 22px 24px; - background-color: var(--pop-bg-color); - border: 1px solid var(--box-shadow-color); - box-shadow: var(--pop-box-shadow); - transition: all 0.5s ease-in-out; - z-index: 999; + +.help-drawer { + position: fixed; + top: 0; + left: -90vw; + width: 75vw; + height: 100%; + padding: 22px 24px; + background-color: var(--pop-bg-color); + border: 1px solid var(--box-shadow-color); + box-shadow: var(--pop-box-shadow); + transition: all 0.5s ease-in-out; + z-index: 999; } -.open-help-drawer{ - left: 0; + +.open-help-drawer { + left: 0; } -.help-t-768{ - display: none; + +.help-t-768 { + display: none; +} + +.filings { + border-top: 1px solid var(--border-color); } -.filings{ - border-top: 1px solid var(--border-color); -} \ No newline at end of file diff --git a/public/site/css/price.css b/public/site/css/price.css index f4e499419..e9e2c563e 100644 --- a/public/site/css/price.css +++ b/public/site/css/price.css @@ -186,4 +186,60 @@ /* 底部样式 */ .footer-layut{ border-top: var(--border-color) solid 1px; -} \ No newline at end of file +} +.BulletBox1{ + position: fixed; + display: none; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + background-color: #fff; + width: 430px; + text-align: center; + z-index: 9999; + border: 1px solid transparent; + border-radius: 18px; + box-sizing: border-box; + box-shadow: 0 4px 12px rgba(0,0,0,.15); +} +.BulletBox1 .top{ + width: 382px; + line-height: 20px; + padding: 22px 24px 20px 24px; + font-size: 18px; + color: #303133; + font-weight: 500; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + display: flex; + justify-content: space-between; +} +.BulletBox1 .content{ + width: 100%; + box-sizing: border-box; + line-height: 1.5; + font-size: 14px; + padding:16px 32px 2px 32px; + text-align: left; + color: rgb(96, 98, 102); +} +.BulletBox1 .bottom{ + width: 370px; + height: 34px; + padding: 20px 30px 22px 30px; + position: relative; +} +.BulletBox1 .bottom .BulletBox1Btn{ + position: absolute; + min-width: 100px; + right: 20px; + height: 34px; + line-height: 32px; + color: #fff; + background-color: #8bcf70; + border-color: #8bcf70; + cursor: pointer; + border-radius: 8px; + padding: 5px; +} diff --git a/public/site/en/about.html b/public/site/en/about.html index a5a6cc6b2..fff5c158b 100644 --- a/public/site/en/about.html +++ b/public/site/en/about.html @@ -76,7 +76,7 @@ - + @@ -262,12 +262,12 @@