detail.less 563 B

1234567891011121314151617181920212223242526272829
  1. /* pages/detail/detail.wxss */
  2. @bg:white;
  3. .detail{
  4. .detail-shop-img{
  5. background-color: @bg;
  6. text-align: center;
  7. padding: 20rpx 0;
  8. }
  9. .detail-shop-detail{
  10. .value{font-size: 36rpx; color: #f03;font-weight: 600;}
  11. .days{font-size: 12px;}
  12. .detail-flex{
  13. display: flex;
  14. .detail-name{
  15. margin-right: 10rpx;
  16. font-size: 36rpx;
  17. }
  18. }
  19. .detail-text{
  20. text-align: justify;
  21. color: #f03;
  22. }
  23. }
  24. .detail-shop-detailimg{
  25. margin-top: 20rpx;
  26. background-color: @bg;
  27. padding: 15rpx;
  28. }
  29. }