index.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. .fui-wrap {
  2. .u-grid {
  3. /deep/ .u-grid-item {
  4. width: 33.3333%;
  5. margin-top: 30rpx !important;
  6. }
  7. /deep/ .u-grid-item .grid-item-icon {
  8. width: 100rpx;
  9. height: 100rpx;
  10. background-color: red;
  11. display: flex;
  12. align-items: center;
  13. justify-content: center;
  14. border-radius: 10rpx;
  15. }
  16. /deep/ .u-grid-item .grid-item-icon image{
  17. width: 60rpx;
  18. height: 60rpx;
  19. }
  20. /deep/ .u-grid-item .grid-text{
  21. font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
  22. color: #333333;
  23. margin-top: 10rpx;
  24. font-size: 28rpx;
  25. }
  26. /deep/ .u-swiper__wrapper__item__wrapper__image {
  27. border-radius: 0 !important;
  28. }
  29. }
  30. .u-gap{
  31. margin-top: 20rpx !important;
  32. }
  33. .u-page-title{
  34. width: 100%;
  35. display: flex;
  36. align-items: center;
  37. justify-content: center;
  38. .line {
  39. width: 34px;
  40. height: 1px;
  41. border: 1px solid #548cf7;
  42. background-color: #ffffff;
  43. box-sizing: border-box;
  44. margin: 0 10rpx;
  45. }
  46. .title-content{
  47. width: 72px;
  48. height: 24px;
  49. background-color: rgba(255, 255, 255, 0);
  50. box-sizing: border-box;
  51. font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
  52. font-weight: 650;
  53. color: #548cf7;
  54. text-align: left;
  55. line-height: normal;
  56. text-align: center;
  57. }
  58. .rectangle {
  59. width: 4px;
  60. height: 14px;
  61. transform: rotate(28deg);
  62. border-radius: 4px;
  63. background-color: #548cf7;
  64. box-sizing: border-box;
  65. &:nth-child(3) {
  66. margin: 0 5px;
  67. background-color: rgba(84, 140, 247, 0.79);
  68. }
  69. &:nth-child(5) {
  70. margin:0 5px;
  71. background-color: rgba(84, 140, 247, 0.79);
  72. }
  73. }
  74. }
  75. .search-content{
  76. width: 100%;
  77. height: 80rpx;
  78. display: flex;
  79. align-items: center;
  80. justify-content: center;
  81. background-color: #f2f2f2;
  82. .u-search__action{
  83. color: #3c9cff !important;
  84. }
  85. .u-search{
  86. flex: 0.95 !important;
  87. border: 1px solid #3c9cff !important;
  88. border-radius: 100px !important;
  89. background-color: #fefefe!important;
  90. }
  91. /deep/ .u-search__content{
  92. border: none !important;
  93. background-color: #fefefe!important;
  94. }
  95. /deep/ .u-search__content .u-search__content__input{
  96. background-color: #fefefe!important;
  97. }
  98. }
  99. }