main.css 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .weui-cell__bd {
  2. font-size: 40rpx;
  3. font-weight: bold;
  4. color: #000000;
  5. }
  6. .weui-cell__ft {
  7. font-size: 24rpx;
  8. color: #999999;
  9. }
  10. .price::before {
  11. content: '¥';
  12. }
  13. .nothing {
  14. display: flex;
  15. flex-direction: column;
  16. align-items: center;
  17. padding: 53px 0 20px;
  18. }
  19. .nothing img {
  20. width: 110px;
  21. height: 110px;
  22. }
  23. .nothing .main {
  24. font-size: 14px;
  25. color: #000000;
  26. line-height: 20px;
  27. margin-top: 25px;
  28. }
  29. .nothing .title {
  30. font-size: 16px;
  31. color: #000000;
  32. line-height: 22px;
  33. margin-top: 25px;
  34. }
  35. .nothing .sub {
  36. font-size: 13px;
  37. color: #999999;
  38. line-height: 18px;
  39. margin-top: 6px;
  40. }
  41. .nothing button {
  42. width: 110px;
  43. height: 36px;
  44. line-height: 36px;
  45. font-size: 14px;
  46. color: #00c5f2;
  47. border-radius: 22px;
  48. border: 1px solid #00c5f2;
  49. margin-top: 20px;
  50. }
  51. .nothing .primary {
  52. width: 240px;
  53. height: 44px;
  54. background: #00c5f2;
  55. color: #fff;
  56. line-height: 44px;
  57. margin-top: 60px;
  58. }
  59. .nothing .primary:active {
  60. background-color: #009bbf;
  61. }
  62. /*# sourceMappingURL=./main.css.map */