detail.less 516 B

123456789101112131415161718192021222324252627
  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. .detail-flex{
  12. display: flex;
  13. .detail-name{
  14. margin-right: 10rpx;
  15. font-size: 36rpx;
  16. }
  17. }
  18. .detail-text{
  19. text-align: justify;
  20. }
  21. }
  22. .detail-shop-detailimg{
  23. margin-top: 20rpx;
  24. background-color: @bg;
  25. padding: 15rpx;
  26. }
  27. }