|
@@ -115,18 +115,26 @@
|
|
|
|
|
|
/* 上箭头 */
|
|
|
.icon-arrow--up {
|
|
|
- width: 56px;
|
|
|
+ /* width: 56px;
|
|
|
height: 56px;
|
|
|
margin: 0 auto;
|
|
|
background-size: 56px;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
- background-image: url(/images/pc/slide_arrow_grey.png);
|
|
|
+ background-image: url(/images/pc/slide_arrow_grey.png); */
|
|
|
/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7ZbNrYJAFEaH9zYuLQb6sAN1ydIOtAN3sFP7YaEdaAdWAF4TvsQQZgTmXnXxnYSQYfg5BzIJzhFCCCGEEPItEmdEnufLuq73SZLcZdsWRXFyBvw7A57yTdMcRXwmw7lsiyzLrlVVXZwy6gGQ75kyiVANCMgD9Qi1gAHyQDVCZREH5Nft/tCdkPWx0ljY0V8gJF+W5VHe9DlN05uMF515lS8RFfBOHgPLiMkBQ+WBVcSkgLHywCJidMBUeaAdMSogVh5oRgwO0JIHWhGDArTlgUbE2wAreRAbEQywlgcxEd6AT8mDqRF/vhuK/LbnsIk8aO+97pna+64JBcw7h0zlQV+EuNx953sD5G9xI7tre/FH5MFLBJ6/c4QQQgghhPwcD62mJ887e9SSAAAAAElFTkSuQmCC); */
|
|
|
+ width: 24px;
|
|
|
+ height: 24px;
|
|
|
+ margin: 0 auto;
|
|
|
+ background-size: 24px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ background-image: url(/images/index/new/up.png);
|
|
|
+ margin-top: 11px;
|
|
|
}
|
|
|
|
|
|
.icon-arrow--up.white {
|
|
|
- background-image: url(/images/pc/slide_arrow.png);
|
|
|
+ background-image: url(/images/index/new/up1.png);
|
|
|
/* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC5SURBVHgB7ZdRDoMgEAX3pvXmHMEjUBv5eDGtSgvL0swkJH7I7swnZgAAAAAAf0fO+bGddTvp9W0zUeSPzBHxQX6OiAv52BE35WNGnMgv5cSNOJOXf2JG3JGXf2NF1MjLnRgR38jL3bERv8jLjDERLeRllm9ES3mZ6RPRQ15m943oKS87+kR4yMuuthGe8rKzXUTeHyJu8rL3XcRqteT9NeUqL7uPEclqKUNSCVnMmdH7AQAAAACueQIAR4pmNbCOwAAAAABJRU5ErkJggg==); */
|
|
|
}
|
|
|
|
|
@@ -143,10 +151,11 @@
|
|
|
box-sizing: border-box;
|
|
|
position: fixed;
|
|
|
z-index: 100;
|
|
|
- min-width: 56px;
|
|
|
+ /* min-width: 56px; */
|
|
|
+ width: 80px;
|
|
|
bottom: 108px;
|
|
|
left: initial;
|
|
|
- right: 16px;
|
|
|
+ right: 1px;
|
|
|
transition: all 0.75s;
|
|
|
}
|
|
|
|
|
@@ -158,13 +167,13 @@
|
|
|
height: 100%;
|
|
|
box-sizing: border-box;
|
|
|
display: -ms-flexbox;
|
|
|
- display: flex;
|
|
|
+ /* display: flex; */
|
|
|
-ms-flex-direction: row;
|
|
|
flex-direction: row;
|
|
|
-ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
+ /* align-items: center; */
|
|
|
-ms-flex-pack: start;
|
|
|
- justify-content: flex-start;
|
|
|
+ /* justify-content: flex-start; */
|
|
|
cursor: pointer;
|
|
|
border: none !important;
|
|
|
}
|
|
@@ -193,16 +202,77 @@
|
|
|
.right-side-box>.right-side-item .text-customer {
|
|
|
font-size: 13px;
|
|
|
line-height: 16px;
|
|
|
- height: 56px;
|
|
|
+ /* height: 80px; */
|
|
|
text-align: center;
|
|
|
color: #1D1D1D;
|
|
|
margin-left: 0;
|
|
|
}
|
|
|
|
|
|
-.right-side-box .right-side-phone {
|
|
|
+.right-side-box .desc_text {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ /* identical to box height, or 157% */
|
|
|
+ text-align: center;
|
|
|
+ /* white/100% */
|
|
|
+ color: #FFFFFF;
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.right-side-box .desc_text_b {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ /* identical to box height, or 157% */
|
|
|
+ text-align: center;
|
|
|
+ /* Font/#1d1d1d */
|
|
|
+ color: #1D1D1D;
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+/* .right-side-box .right-side-phone {
|
|
|
height: 56px;
|
|
|
margin: 6px 0;
|
|
|
position: relative;
|
|
|
+} */
|
|
|
+.right-side-box .right-side-phone {
|
|
|
+ position: relative;
|
|
|
+ border-radius: 10px 0 0 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: linear-gradient(180deg, #1699F9 0%, #19C6DC 100%);
|
|
|
+ border-top: 2px solid #FFF;
|
|
|
+ border-left: 2px solid #FFF;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.right-side-box .right-side-wx {
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F9 0%, #FFFFFF 100%);
|
|
|
+ border-radius: 0;
|
|
|
+ border-left: 2px solid #FFF;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.right-side-box .right-side-app {
|
|
|
+ position: relative;
|
|
|
+ border-radius: 0 0 0 10px;
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F9 0%, #FFFFFF 100%);
|
|
|
+ border-bottom: 2px solid #FFF;
|
|
|
+ border-left: 2px solid #FFF;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+.right-side-box .right-side-kf {
|
|
|
+ position: relative;
|
|
|
+ border-radius: 0 !important;
|
|
|
+ width: 100% !important;
|
|
|
+ height: 80px !important;
|
|
|
+ background: linear-gradient(180deg, #F56500 0%, #F79E51 100%) !important;
|
|
|
+ border-left: 2px solid #FFF;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
/* .right-side-box .right-side-pop::before {
|
|
@@ -221,7 +291,7 @@
|
|
|
padding: 3px 5px;
|
|
|
} */
|
|
|
|
|
|
-.right-side-box .right-side-pop::after {
|
|
|
+/* .right-side-box .right-side-pop::after {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
left: -12px;
|
|
@@ -232,11 +302,15 @@
|
|
|
border-top: 6px solid transparent;
|
|
|
border-left: 8px solid #2cb7ca;
|
|
|
border-bottom: 6px solid transparent;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.right-side-box>.right-side-item .text-customer img,
|
|
|
.right-side-box .right-side-phone .text-customer img {
|
|
|
- width: 56px;
|
|
|
+ width: 32px;
|
|
|
+ width: 32px;
|
|
|
+ display: block;
|
|
|
+ margin: auto !important;
|
|
|
+ margin-top: 12px !important;
|
|
|
}
|
|
|
|
|
|
.right-side-box .right-side-phone .text-customer-hover {
|
|
@@ -268,19 +342,35 @@
|
|
|
display: inherit;
|
|
|
}
|
|
|
|
|
|
-.right-side-box .right-side-wx .slidePop {
|
|
|
+/* .right-side-box .right-side-wx .slidePop {
|
|
|
display: none;
|
|
|
position: absolute;
|
|
|
- left: -134px;
|
|
|
+ left: -163px;
|
|
|
top: 0;
|
|
|
- width: 120px;
|
|
|
- height: 148px;
|
|
|
+ width: 157px;
|
|
|
+ height:176px;
|
|
|
background: #ffffff;
|
|
|
+ box-sizing: border-box;
|
|
|
border-radius: 8px;
|
|
|
box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.16);
|
|
|
+} */
|
|
|
+
|
|
|
+.right-side-box .right-side-wx .slidePop {
|
|
|
+ display: none;
|
|
|
+ position: absolute;
|
|
|
+ left: -165px;
|
|
|
+ top: 0;
|
|
|
+ width: 157px;
|
|
|
+ height:176px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F8 0%, #FEFEFF 100%);
|
|
|
+ border: 2px solid #FFFFFF;
|
|
|
+ box-shadow: 0px 0px 20px rgba(8, 31, 38, 0.12);
|
|
|
+ border-radius: 8px;
|
|
|
+ padding: 12px 19px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.right-side-box .right-side-wx .slidePop::before {
|
|
|
+/* .right-side-box .right-side-wx .slidePop::before {
|
|
|
content: '';
|
|
|
position: absolute;
|
|
|
right: -8px;
|
|
@@ -292,16 +382,31 @@
|
|
|
border-left: 8px solid #fff;
|
|
|
box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.16);
|
|
|
border-bottom: 6px solid transparent;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
-.right-side-box .right-side-wx .slidePop img {
|
|
|
+/* .right-side-box .right-side-wx .slidePop img {
|
|
|
border-radius: 8px;
|
|
|
width: 120px;
|
|
|
+} */
|
|
|
+.right-side-box .right-side-wx .slidePop img {
|
|
|
+ width: 104px;
|
|
|
+ height: 104px;
|
|
|
+ margin: auto;
|
|
|
+ display: block;
|
|
|
}
|
|
|
|
|
|
+/* .right-side-box .right-side-wx .slidePop p {
|
|
|
+ font-size: 14px;
|
|
|
+ text-align: center;
|
|
|
+} */
|
|
|
.right-side-box .right-side-wx .slidePop p {
|
|
|
font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ /* or 157% */
|
|
|
text-align: center;
|
|
|
+ /* Font/#1d1d1d */
|
|
|
+ color: #1D1D1D;
|
|
|
+ margin-top: 2px;
|
|
|
}
|
|
|
|
|
|
.right-side-box>.right-side-item:last-child {
|
|
@@ -312,7 +417,7 @@
|
|
|
width: 100%;
|
|
|
position: relative;
|
|
|
height: 56px;
|
|
|
- margin: 6px 0;
|
|
|
+ /* margin: 6px 0; */
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
@@ -329,6 +434,7 @@
|
|
|
border-top-width: 0;
|
|
|
border-bottom-width: 0;
|
|
|
border-radius: 0;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.right-side-box>.right-side-item.fix-b-w .hover-open-box {
|
|
@@ -411,6 +517,7 @@
|
|
|
|
|
|
.icon-badge-number {
|
|
|
position: relative;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.white.icon-badge-number::before {
|
|
@@ -436,26 +543,41 @@
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
-.right-side-box .back-to-up {
|
|
|
+/* .right-side-box .back-to-up {
|
|
|
background-color: #b5b6ba;
|
|
|
border-radius: 50%;
|
|
|
width: 56px;
|
|
|
display: none;
|
|
|
-}
|
|
|
+} */
|
|
|
|
|
|
.right-side-box .back-to-up:hover {
|
|
|
- background: #2cb7ca;
|
|
|
+ /* background: #2cb7ca; */
|
|
|
+}
|
|
|
+
|
|
|
+.right-side-box .back-to-up {
|
|
|
+ width: 80px;
|
|
|
+ height: 72px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F8 0%, #FEFEFF 100%);
|
|
|
+ border-width: 2px 0px 2px 2px;
|
|
|
+ border-style: solid;
|
|
|
+ border-color: #FFFFFF;
|
|
|
+ box-shadow: 0px 0px 20px rgba(8, 31, 38, 0.12);
|
|
|
+ border-radius: 12px 0px 0px 12px;
|
|
|
+ display: none;
|
|
|
+ box-sizing: border-box;
|
|
|
+ margin-top: 16px;
|
|
|
}
|
|
|
|
|
|
.silde-float {
|
|
|
position: absolute;
|
|
|
left: -210px;
|
|
|
- width: 200px;
|
|
|
+ min-width: 200px;
|
|
|
background: #fff;
|
|
|
border-radius: 8px;
|
|
|
box-shadow: 0px 0px 28px 0px rgb(0 0 0 / 16%);
|
|
|
z-index: 100;
|
|
|
}
|
|
|
+
|
|
|
.help-slide {
|
|
|
top: -29px;
|
|
|
}
|
|
@@ -521,11 +643,22 @@
|
|
|
.kf-phone {
|
|
|
display: none;
|
|
|
top: 6px;
|
|
|
- color: #fff;
|
|
|
- background: #2cb7ca;
|
|
|
- line-height: 2.3;
|
|
|
+ /* color: #fff; */
|
|
|
+ /* background: #2cb7ca; */
|
|
|
+ /* line-height: 2.3;
|
|
|
+ font-size: 14px; */
|
|
|
font-size: 14px;
|
|
|
- padding: 3px 5px;
|
|
|
+ line-height: 22px;
|
|
|
+ /* or 157% */
|
|
|
+ /* Font/#1d1d1d */
|
|
|
+ left: -240px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ padding: 12px 20px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F8 0%, #FEFEFF 100%);
|
|
|
+ border: 2px solid #FFFFFF;
|
|
|
+ box-shadow: 0px 0px 20px rgba(8, 31, 38, 0.12);
|
|
|
+ border-radius: 8px;
|
|
|
+ box-sizing: border-box;
|
|
|
}
|
|
|
|
|
|
.kf-phone::after {
|
|
@@ -572,4 +705,36 @@
|
|
|
|
|
|
.jy_friendlink_content ul li:last-child::after {
|
|
|
display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.qr_box {
|
|
|
+ width: 100%;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ margin-top: 14px;
|
|
|
+}
|
|
|
+
|
|
|
+.qr_box div {
|
|
|
+ /* width: 64px;
|
|
|
+ height: 64px;
|
|
|
+ background: #FFFFFF;
|
|
|
+ border-radius: 4px;
|
|
|
+ display: flex;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center; */
|
|
|
+}
|
|
|
+
|
|
|
+.qr_box div img {
|
|
|
+ width: 64px;
|
|
|
+ height: 64px;
|
|
|
+ display: block;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.qr_box div p {
|
|
|
+ font-size: 12px;
|
|
|
+ line-height: 18px;
|
|
|
+ color: rgba(255, 255, 255, 0.8);
|
|
|
+ text-align: center;
|
|
|
+ margin-top: 3px;
|
|
|
}
|