/* dispatcher/pages/home/home.wxss */ @import '../../../templates/loading/loading.wxss'; .header { background: #FAFAFA; padding: 24rpx 30rpx; } .header-active { background: #fff; } .li-title { font-size: 32rpx; color: #333; } .li-row { display: flex; justify-content: space-between; align-items: center; margin-top: 30rpx; } .li-btns { display: flex; justify-content: flex-start; align-items: center; } .li-btn { border-radius: 100rpx; padding: 12rpx 24rpx; font-size: 24rpx; margin: 0 0 0 24rpx; } .btn-red { background: #FF80A8; color: #fff; } .btn-blue { background: #00B7FF; color: #fff; } .li-text-blue { color: #00B7FF; font-size: 32rpx; margin-right: 50rpx; } .li-text-red { color: #FF80A8; font-size: 32rpx; } .li-icon { width: 30rpx; height: 26rpx; margin-right: 14rpx; } .li-text-gray { font-size: 28rpx; color: #999; } .li-icon-arrow { width: 14rpx; height: 24rpx; margin-left: 14rpx; } .scan { position: fixed; right: 30rpx; bottom: 200rpx; width: 128rpx; height: 128rpx; border-radius: 200rpx; background: rgba(0,183,255,1); box-shadow: 0rpx 0rpx 20rpx 0rpx rgba(0,175,243,0.5); opacity: 0.7; display: flex; flex-direction: column; justify-content: center; align-items: center; z-index: 9; } .scan-icon { width: 46rpx; height: 46rpx; } .scan-text { margin-top: 10rpx; font-size: 24rpx; color: #fff; }