liukangdong
2024-07-29 26fb0b3e76f52212a2cef49a0bc0b94e7425880c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* pages/webView/index.wxss */
 
.duiba-back-btn {
  position: fixed;
  z-index: 999999;
  bottom:0rpx;
  left:0;
  /* width:100rpx;
  height:50rpx; */
}
 
.bottom-btn-box {
  box-shadow: 0 0 4rpx 0 #ccc;
}
 
.bottom-btn-box .btn {
  margin-right: 40rpx !important;
}
 
.bottom-btn-box .reserve-design button {
  flex: 1;
  height: 72rpx;
  line-height: 72rpx;
  background-color: #B68B74;
  box-shadow: 0rpx 4rpx 16rpx 0rpx rgba(176, 135, 113, 0.3000), inset 0rpx 2rpx 2rpx 0rpx rgba(255, 255, 255, 0.3300);
  border-radius: 8rpx;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
 
.bottom-btn-box .reserve-design button {
  border: 0;
  line-height: 72rpx;
  font-size: 14px;
  color: white;
}
 
.bottom-btn-box .reserve-design button .title {
  padding: 0 8rpx;
  height: 72rpx;
  line-height: 72rpx;
  display: inline-block;
  vertical-align: middle;
}
 
.bottom-btn-box .reserve-design button cover-image {
  display: inline-block;
  margin-right: 0 !important;
}