app.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @import "./public/colorui/main.css";
  2. @import "./public/colorui/icon.css";
  3. @import "./public/colorui/animation.css";
  4. .flex-four{
  5. flex:4
  6. }
  7. .overflow {
  8. overflow: hidden;
  9. text-overflow: ellipsis;
  10. white-space: nowrap;
  11. }
  12. .overflow-1 {
  13. overflow: hidden;
  14. text-overflow: ellipsis;
  15. display: -webkit-box;
  16. -webkit-line-clamp: 1;
  17. -webkit-box-orient: vertical;
  18. }
  19. .overflow-2 {
  20. overflow: hidden;
  21. text-overflow: ellipsis;
  22. display: -webkit-box;
  23. -webkit-line-clamp: 2;
  24. -webkit-box-orient: vertical;
  25. }
  26. .display-ib{
  27. display: inline-block
  28. }
  29. .display-i{
  30. display: inline
  31. }
  32. .margin-top-bar{
  33. margin-top: 80rpx
  34. }
  35. .margin-bottom-bar{
  36. margin-bottom: 80rpx
  37. }
  38. .vertical-center{
  39. margin: auto 0rpx
  40. }
  41. .text-decorat{
  42. text-decoration:line-through;
  43. }
  44. .mar-top-30{
  45. margin-top: -30rpx!important
  46. }
  47. .basis-3 {
  48. flex-basis: 30%;
  49. }
  50. .basis-7 {
  51. flex-basis: 70%;
  52. }
  53. .bg-gradual-scarlet {
  54. background-image: linear-gradient(90deg, #e5432e, #e53c43);
  55. color: #ffffff;
  56. }
  57. .bg-gradual-red {
  58. background-image: linear-gradient(90deg, #f43f3b, #ec008c);
  59. color: #ffffff;
  60. }
  61. .bg-gradual-orange {
  62. background-image: linear-gradient(90deg, #ff9700, #ed1c24);
  63. color: #ffffff;
  64. }
  65. .bg-gradual-green {
  66. background-image: linear-gradient(90deg, #39b54a, #8dc63f);
  67. color: #ffffff;
  68. }
  69. .bg-gradual-purple {
  70. background-image: linear-gradient(90deg, #9000ff, #5e00ff);
  71. color: #ffffff;
  72. }
  73. .bg-gradual-pink {
  74. background-image: linear-gradient(90deg, #ec008c, #6739b6);
  75. color: #ffffff;
  76. }
  77. .bg-gradual-darkblue {
  78. background-image: linear-gradient(90deg, #0055ff, #1cbbb4);
  79. color: #ffffff;
  80. }
  81. .bg-gradual-blue {
  82. background-image: linear-gradient(90deg, #0081ff, #1cbbb4);
  83. color: #ffffff;
  84. }
  85. .bg-darkblue {
  86. background-color: #0055ff;
  87. color: #ffffff;
  88. }
  89. .bg-scarlet {
  90. background-color: #e53c43;
  91. color: #ffffff;
  92. }
  93. .cu-steps.steps-bottom .cu-item::before,
  94. .cu-steps.steps-bottom .cu-item::after {
  95. left: -10upx;
  96. bottom: 70upx;
  97. top: initial;
  98. }
  99. /* #ifdef H5 */
  100. uni-checkbox[disabled] .uni-checkbox-wrapper .uni-checkbox-input{
  101. background: #d5d3d8!important;
  102. }
  103. uni-toast{
  104. z-index: 9999;
  105. }
  106. /* #endif */