/* 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;
|
}
|