|
@@ -284,6 +284,7 @@
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
/* .right-side-box .right-side-pop::before {
|
|
|
content: "客服热线:400-108-6670 服务时间:工作日 9:00-17:40";
|
|
|
position: absolute;
|
|
@@ -578,6 +579,67 @@
|
|
|
display: block;
|
|
|
}
|
|
|
|
|
|
+.right-side-box .right-side-wework {
|
|
|
+ border-radius: 0 0 0 10px;
|
|
|
+ position: relative;
|
|
|
+ width: 100%;
|
|
|
+ height: 80px;
|
|
|
+ background: linear-gradient(180deg, #F1F4F9 0%, #fff 100%);
|
|
|
+ border-top: 2px solid #FFF;
|
|
|
+ border-left: 2px solid #FFF;
|
|
|
+ box-sizing: border-box;
|
|
|
+ cursor: pointer;
|
|
|
+ padding-top: 10px;
|
|
|
+}
|
|
|
+.right-side-box .right-side-wework .text-customer {
|
|
|
+ text-align: center !important;
|
|
|
+}
|
|
|
+.right-side-box .right-side-wework .text-customer img{
|
|
|
+ width: 28px;
|
|
|
+ height: 28px;
|
|
|
+}
|
|
|
+.right-side-box .right-side-wework .desc_text{
|
|
|
+ font-size: 13px;
|
|
|
+ line-height:20px;
|
|
|
+ color: #1d1d1d;
|
|
|
+}
|
|
|
+.right-side-wework .kf-wework {
|
|
|
+ display: none;
|
|
|
+ width:144px;
|
|
|
+ height:154px;
|
|
|
+ min-width:144px;
|
|
|
+ top: 6px;
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ left: -162px;
|
|
|
+ color: #1D1D1D;
|
|
|
+ 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;
|
|
|
+ text-align: center;
|
|
|
+ padding: 12px 20px;
|
|
|
+}
|
|
|
+.right-side-wework .kf-wework img {
|
|
|
+ width: 104px;
|
|
|
+ height:104px;
|
|
|
+}
|
|
|
+.right-side-wework .kf-wework p {
|
|
|
+ font-size: 14px;
|
|
|
+ line-height: 22px;
|
|
|
+ color:#1d1d1d;
|
|
|
+ text-align: center;
|
|
|
+ margin-top:4px;
|
|
|
+}
|
|
|
+
|
|
|
+#login-custom-gap{
|
|
|
+ height:16px;
|
|
|
+ background: transparent
|
|
|
+}
|
|
|
+.right-side-box .b-radius-left-top {
|
|
|
+ border-top-left-radius: 10px !important;
|
|
|
+}
|
|
|
|
|
|
@media all and (-ms-high-contrast: none),
|
|
|
(-ms-high-contrast: active) {
|