工行这里学车报名流程h5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.0 KiB

  1. /*app.wxss*/
  2. /* #ifndef APP-NVUE */
  3. page {
  4. background-color: #f6f6f6;
  5. font-size: 32rpx;
  6. font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
  7. }
  8. ::-webkit-scrollbar {
  9. width: 0 !important;
  10. height: 0 !important;
  11. color: transparent !important;
  12. display: none;
  13. }
  14. button::after {
  15. border: none;
  16. }
  17. .container {
  18. display: flex;
  19. box-sizing: border-box;
  20. flex-direction: column;
  21. }
  22. .oneRowText {
  23. white-space: nowrap;
  24. overflow: hidden;
  25. text-overflow: ellipsis;
  26. }
  27. .towRowText {
  28. display: -webkit-box;
  29. overflow: hidden;
  30. white-space: normal;
  31. text-overflow: ellipsis;
  32. word-wrap: break-word;
  33. -webkit-line-clamp: 2;
  34. -webkit-box-orient: vertical
  35. }
  36. .bgLinear {
  37. background: linear-gradient(180deg, #3593FB 0%, #53D3E5 100%);
  38. }
  39. .flexB {
  40. justify-content: space-between;
  41. display: flex;
  42. align-items: center;
  43. }
  44. .pageBg {
  45. background: #F6F7F8;
  46. }
  47. image {
  48. display: block;
  49. width: 100%;
  50. height: 100%;
  51. }
  52. .star {
  53. display: flex;
  54. align-items: center;
  55. .starText {
  56. font-size: 26rpx;
  57. color: #F5682D;
  58. }
  59. }