/* template/xg-bottom/xg-bottom.wxss */ .bottom { width: 660rpx; height: 99rpx; background-color: rgba(246, 246, 189, 1); border: 1rpx solid rgba(204, 208, 3, 1); border-radius: 237rpx; -moz-box-shadow: 0 0 4.5rpx rgba(0, 0, 0, 0.0705882352941176); -webkit-box-shadow: 0 0 4.5rpx rgba(0, 0, 0, 0.0705882352941176); box-shadow: 0 0 4.5rpx rgba(0, 0, 0, 0.0705882352941176); position: fixed; left: 45rpx; bottom: 60rpx; padding: 7.5rpx; z-index: 3; display: flex; align-items: center; box-sizing: border-box; .search { width: 346.5rpx; height: 84rpx; background-color: #ffffff; border-radius: 237rpx 100rpx 100rpx 237rpx; border: 1rpx solid rgba(215, 215, 215, 0.8); padding-left: 24rpx; font-size: 24rpx; color: #AAAAAA; margin-right: 7.5rpx; display: flex; align-items: center; .icon { width: 39rpx; height: 39rpx; margin-right: 15rpx; } } .contrast { border-radius: 100rpx 237rpx 237rpx 100rpx; height: 84rpx; background-color: #ffffff; border: 1rpx solid rgba(215, 215, 215, 0.8); width: 291rpx; font-size: 27rpx; color: #333333; display: flex; // justify-content: center; justify-content: space-between; align-items: center; padding: 0 30rpx; .text { display: flex; align-items: center; white-space: nowrap; } .icon { width: 45rpx; height: 33rpx; margin-right: 15rpx; } .amount { height: 33rpx; line-height: 33rx; font-size: 21rpx; color: #F95D5D; padding: 0 12.75rpx; background-color: rgba(253, 243, 245, 1); border: 1rpx solid rgba(244, 207, 218, 1); border-radius: 225rpx; margin-left: 15rpx; } } } .dot { position: fixed; width: 15rpx; height: 15rpx; background-color: red; border-radius: 50%; top: -5%; left: -5%; z-index: 99; // transition: left .3s linear, top .3s cubic-bezier(0.5, -0.5, 1, 1); transition: left .3s linear, top .3s cubic-bezier(0.5, -0.5, 1, 1); }