|
|
@@ -180,15 +180,6 @@ page {
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
-.makecall {
|
|
|
- font-size: 30upx;
|
|
|
- color: #ffffff;
|
|
|
- border: solid #ccc 1upx;
|
|
|
- border-radius: 47.5upx;
|
|
|
- background-color: #ccc;
|
|
|
- white-space: nowrap;
|
|
|
-}
|
|
|
-
|
|
|
.change-show {
|
|
|
width: 120upx;
|
|
|
font-size: 30upx;
|
|
|
@@ -223,5 +214,29 @@ page {
|
|
|
background: url(../../static/images/gou.png) 0upx 0upx no-repeat;
|
|
|
background-size: 20%;
|
|
|
background-position: right bottom;
|
|
|
- background-color: rgba(18,150,219,0.1);
|
|
|
+ background-color: rgba(18, 150, 219, 0.1);
|
|
|
}
|
|
|
+
|
|
|
+.call {
|
|
|
+ position: fixed;
|
|
|
+ right: 40rpx;
|
|
|
+ bottom: 180rpx;
|
|
|
+}
|
|
|
+
|
|
|
+.default-btn {
|
|
|
+ background-color: transparent;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+}
|
|
|
+
|
|
|
+.floating-button-call {
|
|
|
+ position: relative;
|
|
|
+ font-size: 28rpx;
|
|
|
+ width: 90rpx;
|
|
|
+ height: 90rpx;
|
|
|
+ border: 1px solid #ccc;
|
|
|
+ border-radius: 50%;
|
|
|
+ opacity: 0.5;
|
|
|
+ background: url('../../static/images/kefu.png') center center no-repeat;
|
|
|
+ background-size: 68rpx auto;
|
|
|
+}
|