clerk.wxss 1.9 KB

1234567891011121314151617181920212223242526
  1. .goods{ padding: 24rpx; background-color: #fff; }
  2. .goods-pic{ margin-right: 24rpx; }
  3. .goods-pic wx-image{ width: 208rpx; height: 208rpx; }
  4. .goods-right wx-image{ width: 16rpx; height: 26rpx; }
  5. .goods-info{ margin-top: 10rpx; margin-bottom: 32rpx; margin-right: 56rpx; }
  6. .goods-name{ font-size: 11pt; color: #353535; }
  7. .money{ margin-top: 20rpx; justify-content:flex-end; }
  8. .original_price{ text-decoration: line-through; color: #a4a4a4; font-size: 10pt; }
  9. .price{ color: #ff4544; font-size: 12.5pt; margin-left: 24rpx; }
  10. .shop-more wx-image{ width: 16rpx; height: 26rpx; }
  11. .shop{ background-color: #ffffff; margin-bottom: 20rpx; padding: 0 24rpx; font-size: 11pt; margin-top: 20rpx; }
  12. .shop-title{ height: 72rpx; font-size: 10pt; color: #a4a4a4; border-bottom: 1rpx solid #e2e2e2; }
  13. .shop-info{ border-bottom: 1rpx solid #e2e2e2; padding: 30rpx 0; }
  14. .shop-name{ margin-bottom: 20rpx; color: #353535; }
  15. .shop-addres,.shop-time{ color: #999999; }
  16. .all-shop{ color: #00a0e9; height: 80rpx; }
  17. .order{ background-color: #fff; padding: 0 24rpx; margin-top: 24rpx; }
  18. .order-title{ font-size: 10pt; color: #a4a4a4; height: 72rpx; border-bottom: 1rpx solid #e2e2e2; margin-bottom: 30rpx; }
  19. .order-info{ font-size: 11pt; color: #353535; line-height: 1.5; }
  20. .order-info-item{ padding-bottom: 16rpx; }
  21. .btn-group{ border-top: 1rpx solid #e2e2e2; padding: 24rpx; justify-content:flex-end; background-color:#fff; position: fixed; bottom: 0; left: 0; width: 100%; }
  22. .btn-group-item{ font-size: 30rpx; height: 60rpx; width: 180rpx; border-radius: 30rpx; margin-left: 16rpx; line-height: 60rpx; }
  23. .btn-group-item.apply{ border: 1rpx solid #c9c9c9; color: #666666; background-color:#fff; }
  24. .btn-group-item.promptly{ border: 1rpx solid #ff4545; color: #ff4544; background-color: #fff5f5; }
  25. .hide{ display: none; }
  26. .modal{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 9999; }