12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157 |
- body {
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-size: 16px;
- font-weight: 300;
- color: #888;
- line-height: 30px;
- text-align: center;
- }
- strong {
- font-weight: 500;
- }
- a,
- a:hover,
- a:focus {
- color: #3498db;
- text-decoration: none;
- -o-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- }
- h1,
- h2 {
- margin-top: 10px;
- font-size: 60px;
- font-weight: 100;
- color: #555;
- line-height: 90px;
- }
- h3 {
- font-size: 24px;
- font-weight: 300;
- color: #555;
- line-height: 30px;
- }
- img {
- max-width: 100%;
- }
- .qqq {
- width: 36px;
- height: 3px;
- background: #FFFFFF;
- border-radius: 2px;
- margin: 0 auto;
- }
- .medium-paragraph {
- font-size: 18px;
- line-height: 32px;
- }
- .colored-text {
- color: #19b9e7;
- }
- ::-moz-selection {
- background: #19b9e7;
- color: #fff;
- text-shadow: none;
- }
- ::selection {
- background: #19b9e7;
- color: #fff;
- text-shadow: none;
- }
- /***** Loader *****/
- .loader {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background: #fff;
- overflow: hidden !important;
- z-index: 99999;
- display: none;
- }
- .loader-img {
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -30px 0 0 -30px;
- width: 60px;
- height: 60px;
- background: url(../img/loading.gif) center center no-repeat;
- }
- /***** General style, all sections *****/
- .section-container {
- margin: 0 auto;
- padding-bottom: 80px;
- }
- .section-container-gray-bg {
- background: #f8f8f8;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
- }
- .section-container-image-bg,
- .section-container-image-bg h2,
- .section-container-image-bg h3 {
- color: #fff;
- }
- .section-container-image-bg .divider-1 span {
- background: #fff;
- }
- .section-description {
- margin-top: 60px;
- padding-bottom: 10px;
- }
- .section-description p {
- margin-top: 20px;
- padding: 0 120px;
- }
- .section-container-image-bg .section-description p {
- opacity: 0.8;
- }
- .section-bottom-button {
- padding-top: 60px;
- }
- .btn-link-1 {
- position: relative;
- display: inline-block;
- height: 50px;
- margin: 0 5px;
- padding: 16px 20px 0 20px;
- background: #f03949;
- font-size: 16px;
- font-weight: 300;
- line-height: 16px;
- color: #fff;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .btn-link-1:hover,
- .btn-link-1:focus,
- .btn-link-1:active {
- outline: 0;
- opacity: 0.6;
- color: #fff;
- }
- .btn-link-1:before {
- content: '';
- position: absolute;
- top: 50%;
- left: 0;
- width: 100%;
- height: 50%;
- background: rgba(0, 0, 0, 0.1);
- }
- .btn-link-2 {
- display: inline-block;
- height: 50px;
- margin: 0 5px;
- padding: 15px 20px 0 20px;
- background: rgba(0, 0, 0, 0.3);
- border: 1px solid #fff;
- font-size: 16px;
- font-weight: 300;
- line-height: 16px;
- color: #fff;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .btn-link-2:hover,
- .btn-link-2:focus,
- .btn-link-2:active,
- .btn-link-2:active:focus {
- outline: 0;
- opacity: 0.6;
- background: rgba(0, 0, 0, 0.3);
- color: #fff;
- }
- /***** Divider *****/
- .divider-1 span {
- display: inline-block;
- width: 200px;
- height: 1px;
- background: #ddd;
- }
- /***** Modal *****/
- .modal-content {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- text-align: left;
- }
- .modal-body {
- padding: 0 25px 15px 25px;
- }
- .modal-body img {
- margin-bottom: 15px;
- }
- .modal-header {
- padding: 25px 25px 15px 25px;
- }
- .modal-footer {
- padding: 15px 25px 25px 25px;
- }
- .modal-header,
- .modal-footer {
- border: 0;
- }
- .modal-header .close {
- font-size: 36px;
- color: #888;
- font-weight: 300;
- text-shadow: none;
- opacity: 1;
- }
- .modal-footer button {
- height: 50px;
- margin: 0;
- padding: 0 20px;
- background: none;
- border: 1px solid #888;
- font-size: 16px;
- font-weight: 300;
- color: #888;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- text-shadow: none;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- -o-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- }
- .modal-footer button:hover {
- outline: 0;
- opacity: 0.6;
- background: none;
- border: 1px solid #888;
- color: #888;
- }
- .modal-footer button:focus,
- .modal-footer button:active:focus,
- .modal-footer button.active:focus {
- outline: 0;
- opacity: 0.6;
- background: none;
- border: 1px solid #888;
- color: #888;
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- .modal-footer button:before {
- background: none;
- }
- .top-logo {
- width: 100%;
- height: 130px;
- background: rgb(0, 18, 1, 0.1);
- padding: 8px 0 0 0;
- }
- /***** Top menu *****/
- .navbar {
- padding-top: 16px;
- background: #333;
- background: rgba(51, 51, 51, 0.3);
- border: 0;
- -o-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- position: relative;
- }
- .navbar-inverse .navbar-nav>.open>a,
- .navbar-inverse .navbar-nav>.open>a:focus,
- .navbar-inverse .navbar-nav>.open>a:hover {
- background: #3498db;
- }
- .navbar.navbar-no-bg {
- background: none;
- }
- .navbar-toggle {
- padding: 6px 7px;
- margin-top: 9px;
- }
- ul.navbar-nav {
- margin: 0 auto;
- font-size: 16px;
- color: #fff;
- }
- .navbar-inverse ul.navbar-nav li a {
- height: 50px;
- line-height: 25px;
- color: #fff;
- opacity: 0.8;
- border-bottom: 1px solid transparent;
- font-size: 17px;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- }
- .navbar-inverse ul.navbar-nav li a:hover {
- color: #fff;
- opacity: 1;
- background: #4CB4E7;
- }
- .navbar-inverse ul.navbar-nav li a:focus {
- color: #fff;
- outline: 0;
- opacity: 1;
- background: #4CB4E7;
- }
- .navbar-inverse ul.navbar-nav li a.btn-link-2 {
- height: auto;
- margin: 4px 0 0 10px;
- padding-top: 10px;
- padding-bottom: 10px;
- border: 1px solid #fff;
- }
- .navbar-brand {
- display: none;
- width: 40px;
- height: 40px;
- background: url(../img/gef/logo.png) left center no-repeat;
- background-size: contain;
- text-indent: -99999px;
- }
- /***** Top content *****/
- .inner-bg {
- padding: 60px 0 0 0;
- }
- .top-content {
- /* min-height: 1080px; */
- }
- .top-content .text {
- padding-bottom: 60px;
- color: #fff;
- }
- .top-content .text h1 {
- color: #fff;
- }
- .top-content .description {
- margin: 90px 0 10px 0;
- }
- .top-content .description p {
- font-size: 24px;
- font-family: PingFang-SC-Light, PingFang-SC;
- font-weight: 300;
- color: #c2c0c0;
- line-height: 24px;
- }
- .top-content .top-big-link {
- margin-top: 35px;
- }
- #slider-1 {
- max-width: 760px;
- margin: 0 auto;
- }
- #slider-1 .item img {
- -moz-border-radius: 4px 4px 0 0;
- -webkit-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0;
- }
- /***** Features *****/
- .col_161717 {
- color: #161717;
- }
- .features-content {
- /* width: 1258px;
- height: 802px; */
- background: #FFFFFF;
- box-shadow: 0px 0px 48px 0px rgba(0, 20, 24, 0.08);
- /* margin: -49px auto 0; */
- }
- .features {
- padding-bottom: 30px;
- }
- .features-title {
- font-size: 48px;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #4CB4E7;
- line-height: 80px;
- padding-top: 30px;
- }
- .features-box {
- padding-top: 15px;
- padding-bottom: 15px;
- /* transition: all .5s linear; */
- }
- /* .features-box:hover {
- transform: translateY(-10px);
- background: #000;
- } */
- .features-trans {
- transition: all .5s linear;
- }
- .features-trans:hover {
- transform: translateY(-15px);
- }
- .features-box-gray {
- background: #f8f8f8;
- }
- .features-box .features-box-icon {
- font-size: 80px;
- color: #3498db;
- line-height: 80px;
- }
- .features-box h3 {
- margin-top: 15px;
- }
- .features-list {
- margin-top: 40px;
- }
- .features-list div {
- margin-bottom: 15px;
- }
- .features-list img {
- margin-right: 8px;
- }
- /***** More features *****/
- .more-features-container {
- padding-bottom: 60px;
- }
- .more-features-box {
- margin-top: 30px;
- margin-bottom: 20px;
- }
- .more-features-box-text {
- margin-top: 40px;
- padding-left: 30px;
- overflow: hidden;
- text-align: left;
- }
- .more-features-box-text:first-child {
- margin-top: 20px;
- }
- .more-features-box-text-left {
- padding-left: 0;
- padding-right: 30px;
- }
- .more-features-box-text-icon {
- float: left;
- width: 60px;
- height: 60px;
- padding-top: 6px;
- background: #19b9e7;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- font-size: 40px;
- color: #fff;
- line-height: 40px;
- text-align: center;
- }
- .more-features-box-text h3 {
- float: right;
- width: 86%;
- margin-top: 0;
- }
- .more-features-box-text-description {
- float: right;
- width: 86%;
- }
- /***** Always beautiful *****/
- .always-beautiful-container {
- padding-bottom: 60px;
- }
- .always-beautiful-box {
- margin-top: 30px;
- margin-bottom: 20px;
- }
- .always-beautiful-box-text {
- margin-top: 40px;
- padding-left: 30px;
- overflow: hidden;
- text-align: left;
- }
- .always-beautiful-box-text:first-child {
- margin-top: 20px;
- }
- .always-beautiful-box-text-left {
- padding-left: 0;
- padding-right: 30px;
- }
- .always-beautiful-box-text h3 {
- margin-top: 0;
- }
- .always-beautiful-box-text .medium-paragraph {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- /***** How it works *****/
- .how-it-works {
- padding-bottom: 30px;
- }
- .how-it-works-box {
- padding-top: 15px;
- padding-bottom: 15px;
- }
- .how-it-works-box .how-it-works-box-icon {
- position: relative;
- font-size: 80px;
- line-height: 80px;
- }
- .how-it-works-box-icon .how-it-works-step {
- position: absolute;
- top: 0;
- left: 95px;
- width: 32px;
- height: 32px;
- background: #19b9e7;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- font-size: 24px;
- color: #fff;
- line-height: 32px;
- }
- .how-it-works-box h3 {
- margin-top: 15px;
- }
- .how-it-works-box p {
- opacity: 0.8;
- }
- /***** Pricing *****/
- .pricing {
- padding-bottom: 30px;
- }
- .pricing-box {
- padding-top: 30px;
- padding-bottom: 20px;
- }
- .pricing-box-inner {
- background: #f8f8f8;
- }
- .pricing-box-price {
- position: relative;
- padding: 20px 0 7px 0;
- background: #eee;
- font-size: 42px;
- color: #555;
- line-height: 54px;
- }
- .pricing-box-best .pricing-box-price {
- background: #19b9e7;
- color: #fff;
- }
- .pricing-box-price span {
- font-size: 18px;
- color: #888;
- line-height: 32px;
- }
- .pricing-box-best .pricing-box-price span {
- color: #fff;
- }
- .pricing-box-icon {
- position: absolute;
- top: -32px;
- right: 20px;
- width: 63px;
- height: 63px;
- padding-top: 5px;
- background: #19b9e7;
- border: 3px solid #fff;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- }
- .pricing-box-icon span {
- display: block;
- font-size: 40px;
- line-height: 40px;
- }
- .pricing-box h3 {
- margin-top: 0;
- margin-bottom: 0;
- padding: 10px 20px;
- background: #eee;
- color: #888;
- }
- .pricing-box.pricing-box-best h3 {
- background: #19b9e7;
- color: #fff;
- }
- .pricing-box h4 {
- margin-top: 0;
- margin-bottom: 2px;
- padding: 10px 20px;
- background: #e8e8e8;
- font-size: 16px;
- line-height: 30px;
- font-weight: 300;
- text-transform: uppercase;
- }
- .pricing-box.pricing-box-best h4 {
- background: #17a7d0;
- color: #fff;
- }
- .pricing-box-features ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- .pricing-box-features li {
- padding: 7px 20px;
- border-bottom: 1px solid #eee;
- }
- .pricing-box-sign-up {
- padding: 25px 0;
- }
- /***** Call to action *****/
- .call-to-action-container .section-bottom-button {
- padding-top: 30px;
- }
- /***** About us *****/
- .about-us-container {
- padding-bottom: 65px;
- }
- .about-us-box {
- padding-top: 30px;
- padding-bottom: 15px;
- }
- .about-us-box .about-us-photo {
- position: relative;
- width: 160px;
- margin: 0 auto;
- }
- .about-us-box .about-us-photo img {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- }
- .about-us-box .about-us-photo .about-us-role {
- position: absolute;
- bottom: 10px;
- left: 0;
- padding: 3px 5px;
- background: #19b9e7;
- font-size: 14px;
- color: #fff;
- line-height: 15px;
- text-transform: uppercase;
- }
- .about-us-box .about-us-social {
- margin-top: 5px;
- font-size: 36px;
- line-height: 36px;
- }
- .about-us-box .about-us-social a {
- color: #ddd;
- }
- .about-us-box .about-us-social a:hover,
- .about-us-box .about-us-social a:focus {
- color: #19b9e7;
- }
- /***** Testimonials *****/
- .testimonials-container {
- padding-bottom: 70px;
- }
- .testimonial-list {
- margin-top: 30px;
- text-align: left;
- }
- .testimonial-list .tab-pane {
- overflow: hidden;
- }
- .testimonial-list .testimonial-image {
- position: relative;
- float: left;
- width: 17%;
- margin: 10px 0 0 0;
- }
- .testimonial-list .testimonial-image img {
- max-width: 120px;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- }
- .testimonial-list .testimonial-image .testimonial-icon {
- position: absolute;
- top: 0;
- left: 0;
- width: 42px;
- height: 42px;
- padding-top: 3px;
- background: #19b9e7;
- -moz-border-radius: 50%;
- -webkit-border-radius: 50%;
- border-radius: 50%;
- font-size: 32px;
- color: #fff;
- line-height: 32px;
- text-align: center;
- -o-transition: all 0.3s;
- -moz-transition: all 0.3s;
- -webkit-transition: all 0.3s;
- -ms-transition: all 0.3s;
- transition: all 0.3s;
- }
- .testimonial-list .testimonial-image:hover .testimonial-icon {
- opacity: 0;
- }
- .testimonial-list .testimonial-text {
- float: left;
- width: 83%;
- }
- .testimonial-list .nav-tabs {
- border: 0;
- text-align: right;
- }
- .testimonial-list .nav-tabs li {
- float: none;
- display: inline-block;
- margin-left: 5px;
- margin-right: 5px;
- }
- .testimonial-list .nav-tabs li a {
- width: 14px;
- height: 14px;
- padding: 0;
- background: #ddd;
- border: 0;
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- }
- .testimonial-list .nav-tabs li a:hover {
- border: 0;
- background: #19b9e7;
- }
- .testimonial-list .nav-tabs li.active a {
- background: #19b9e7;
- }
- .testimonial-list .nav-tabs li.active a:focus {
- border: 0;
- }
- /***** Footer *****/
- footer {
- padding: 40px 0 35px 0;
- }
- .footer-social {
- font-size: 50px;
- line-height: 50px;
- }
- .footer-social a {
- color: #ddd;
- }
- .footer-social a:hover,
- .footer-social a:focus {
- color: #19b9e7;
- }
- .footer-copyright {
- margin-top: 25px;
- }
- .nav>li>a.social-github {
- padding-bottom: 7px;
- }
- .nav>li>a.social-changelog {
- padding-bottom: 12px;
- }
- .typcn-social-github {
- font-size: 25px;
- line-height: 10px;
- }
- .typcn-document-text {
- font-size: 18px;
- line-height: 10px;
- }
- .badges-container {
- padding: 20px 0;
- }
- .badges-container .badges-line {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .badges-container .badges-line a,
- .badges-container .badges-line iframe {
- margin: 0 5px;
- }
- .highlight-dark {
- color: #9feaf9;
- background-color: #2b2e3b;
- border-color: #111218;
- border-radius: 4px;
- padding: 12px;
- }
- .highlight-dark code {
- color: inherit;
- }
- .highlight span {
- display: block;
- }
- code {
- padding: 0;
- padding-top: 0.2em;
- padding-bottom: 0.2em;
- margin: 0;
- font-size: 85%;
- background-color: rgba(0, 0, 0, 0.04);
- border-radius: 3px;
- }
- .highlight .c1 {
- color: #3498db;
- font-style: italic;
- }
- .highlight .c2 {
- color: #fff;
- }
- .getting-started-container h3 {
- text-align: center;
- padding-top: 10px;
- }
- .screenshot {
- border: 1px solid #dddddd;
- }
- .carousel-indicators li {
- border: 1px solid #737272;
- }
- .carousel-indicators .active {
- background: #737272;
- }
- .carousel-indicators {
- bottom: 0px;
- }
- .carousel-caption {
- padding-bottom: 15px;
- text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
- }
- .carousel-caption h3 {
- color: #fff;
- }
- .navbar-inverse .navbar-toggle,
- .navbar-inverse .navbar-toggle:focus,
- .navbar-inverse .navbar-toggle:hover {
- border-color: #fff;
- }
- .navbar-inverse .navbar-toggle:focus,
- .navbar-inverse .navbar-toggle:hover {
- background-color: transparent;
- }
- .social-changelog .typcn {
- margin-right: 5px;
- }
- .mdl-layout__drawer {
- width: 315px;
- -webkit-transform: translateX(-315px);
- transform: translateX(-315px);
- }
- .mdl-layout__content {
- margin-left: 315px;
- }
- footer object {
- width: 100%;
- height: 110px;
- }
- .swiper {}
- .swiper-item-content {
- padding: 33px 40px;
- /* width: 617px; */
- height: auto;
- background: #FFFFFF;
- box-shadow: 0px 4px 40px 0px rgba(43, 89, 255, 0.08);
- border-radius: 10px;
- font-size: 24px;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #000B33;
- line-height: 33px;
- display: flex;
- flex-flow: column;
- justify-content: space-between;
- }
- .swiper_userinfo {
- display: flex;
- justify-content: start;
- text-align: left;
- align-items: center;
- }
- .pltx {
- width: 60px;
- height: 60px;
- }
- .plname {
- font-size: 24px;
- }
- .wer {
- font-size: 18px;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #000B33;
- line-height: 18px;
- }
- .gsareg {
- display: flex;
- justify-content: end;
- }
- .gsareg img {
- width: 20px;
- height: 20px;
- }
- .bg-bottom {
- display: flex;
- flex-flow: column;
- justify-content: center;
- height: 835px;
- }
- .formbox {
- margin-top: 95px;
- }
- .mobile input[type="text"] {
- width: 100%;
- height: 56px;
- background: #FFFFFF;
- border-radius: 28px;
- border: 1px solid #979797;
- outline: none;
- margin-top: 20px;
- }
- #submit {
- margin-top: 20px;
- width: 144px;
- height: 56px;
- background: #4CB4E7;
- border-radius: 28px;
- font-size: 20px;
- font-family: PingFang-SC-Medium, PingFang-SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 20px;
- outline: none;
- border-color: transparent;
- box-shadow: none;
- }
- /*
- #scrollUp {
- background-color: #777;
- color: #eee;
- font-size: 40px;
- line-height: 1;
- text-align: center;
- text-decoration: none;
- bottom: 20px;
- right: 20px;
- overflow: hidden;
- width: 46px;
- height: 46px;
- border: none;
- opacity: .8;
- } */
|