xunchawu.wxss 694 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* pages/xunchaWu/xunchawu.wxss */
  2. .qy_con{
  3. display: flex;
  4. flex-direction: row;
  5. justify-content:space-around;
  6. text-align: center;
  7. margin: 30rpx 30rpx;
  8. }
  9. .qy_con view{
  10. height: 140rpx;
  11. color: #fff;
  12. display: flex;
  13. flex-direction: column;
  14. padding: 15rpx 40rpx;
  15. position: relative;
  16. }
  17. .qy_con view image{
  18. position: absolute;
  19. top:0px;
  20. left: 0px;
  21. width: 100%;
  22. height: 100%;
  23. z-index: -1;
  24. }
  25. .qy_con view h2{
  26. font-size: 58rpx;
  27. font-weight: bolder;
  28. padding-top: 10rpx;
  29. }
  30. .qy_con view p{
  31. font-size: 35rpx;
  32. }
  33. .data-loading {
  34. height: 100rpx;
  35. line-height: 100rpx;
  36. background-color: #fff;
  37. text-align: center;
  38. font-size: 14px;
  39. }