学员端小程序
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.

69 lines
1.2 KiB

1 year ago
1 year ago
  1. page {
  2. background-color: #fff;
  3. font-size: 32rpx;
  4. font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
  5. }
  6. view {
  7. box-sizing: border-box;
  8. }
  9. .oneRowText {
  10. white-space: nowrap;
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. }
  14. .towRowText {
  15. display: -webkit-box;
  16. overflow: hidden;
  17. white-space: normal;
  18. text-overflow: ellipsis;
  19. word-wrap: break-word;
  20. -webkit-line-clamp: 2;
  21. -webkit-box-orient: vertical
  22. }
  23. .bgLinear {
  24. background: linear-gradient(180deg, #3593FB 0%, #53D3E5 100%);
  25. }
  26. .flex-b {
  27. justify-content: space-between;
  28. display: flex;
  29. align-items: center;
  30. }
  31. .flex {
  32. display: flex;
  33. align-items: center;
  34. }
  35. .pageBg {
  36. background: #F6F6F6;
  37. }
  38. .pageBgImg {
  39. background: url('static/images/bigImg/topbg.png') #F6F6F6 no-repeat;
  40. // background: url('http://192.168.1.20:81/zhili/image/20230814/625b0f15924541cda70b4616f032d194.png') #F6F6F6 no-repeat;
  41. background-size: 100% 362rpx;
  42. }
  43. .pad {
  44. padding: 0 28rpx;
  45. }
  46. .status_bar {
  47. height: var(--status-bar-height);
  48. width: 100%;
  49. }
  50. image {
  51. display: block;
  52. width: 100%;
  53. height: 100%;
  54. }
  55. .placeholderClassFFF {
  56. color: #fff !important;
  57. }
  58. .star {
  59. display: flex;
  60. align-items: center;
  61. .starText {
  62. font-size: 26rpx;
  63. color: #F5682D;
  64. }
  65. }
  66. .my .u-input {
  67. height: 100%;
  68. }