deepUview.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. // segmented
  2. ::v-deep .segmented-control {
  3. height: auto ;
  4. // background: #4cb2b6 !important;
  5. border-radius: 28rpx !important;
  6. margin: 0px 0px 10rpx 0px;
  7. }
  8. ::v-deep .segmented-control__item--button--first{
  9. border-top-left-radius: 60upx !important;
  10. border-bottom-left-radius: 60upx !important;
  11. }
  12. ::v-deep .segmented-control__item--button--last{
  13. border-top-right-radius: 60upx !important;
  14. border-bottom-right-radius: 60upx !important;
  15. }
  16. ::v-deep .segmented-control__item--button{
  17. border-color: #C3D8F9 !important;
  18. background-color: #C3D8F9 !important;
  19. height: 60upx;
  20. border: 2px solid #4cb2b6 !important;
  21. }
  22. ::v-deep .segmented-control__item--button--active{
  23. border-radius: 14px !important;
  24. background-color: #FFFFFF !important;
  25. }
  26. ::v-deep .segmented-control__text{
  27. color: #1E293B !important;
  28. }
  29. // 搜索
  30. ::v-deep .u-search__content {
  31. border-radius: 14px !important;;
  32. background-color: rgb(76, 178, 182) !important;
  33. }
  34. // list
  35. ::v-deep .u-list-item{
  36. background: #fff !important;
  37. margin:10upx !important;
  38. padding:20upx !important;
  39. border-radius: 24rpx !important;
  40. box-shadow: 0px 0px 3px 0px rgba(86, 165, 168, 0.63) !important;
  41. }
  42. ::v-deep .u-list-item .uni-row {
  43. padding-bottom: 20upx;
  44. display: flex;
  45. align-items: center;
  46. }
  47. // card
  48. ::v-deep .uni-card{
  49. margin:0upx 0upx 20upx 0upx !important;
  50. box-shadow: rgba(0, 0, 0, 0) 0px 0px 3px 1px !important;
  51. }
  52. ::v-deep .uni-card .uni-card__header,::v-deep .uni-card .uni-card__content{
  53. padding: 20upx 0upx !important;
  54. }
  55. // search
  56. ::v-deep .u-search__content{
  57. background-color: rgb(255, 255, 255) !important;
  58. }
  59. ::v-deep .u-search__content__input{
  60. background-color: rgb(255, 255, 255) !important;
  61. }
  62. // form/
  63. ::v-deep .u-form-item{
  64. font-size: 28rpx !important;
  65. }
  66. ::v-deep .u-form-item__body__left__content__label{
  67. font-size: 28rpx !important;
  68. font-weight: 500 !important;
  69. }
  70. ::v-deep .item__body__right__content__icon{
  71. padding-right: 20rpx !important;
  72. }
  73. .scroll-list {
  74. @include flex(column);
  75. &__goods-item {
  76. margin-right: 20px;
  77. &__image {
  78. width: 60px;
  79. height: 60px;
  80. border-radius: 4px;
  81. }
  82. &__text {
  83. color: #000000;
  84. text-align: center;
  85. font-size: 12px;
  86. margin-top: 5px;
  87. }
  88. }
  89. &__show-more {
  90. background-color: #fff0f0;
  91. border-radius: 3px;
  92. padding: 3px 6px;
  93. @include flex(column);
  94. align-items: center;
  95. &__text {
  96. font-size: 12px;
  97. width: 12px;
  98. color: #000000;
  99. line-height: 16px;
  100. }
  101. }
  102. &__line {
  103. @include flex;
  104. margin-top: 10px;
  105. &__item {
  106. margin-right: 15px;
  107. &__image {
  108. width: 61px;
  109. height: 48px;
  110. }
  111. &__text {
  112. margin-top: 5px;
  113. color: $u-content-color;
  114. font-size: 12px;
  115. text-align: center;
  116. }
  117. &--no-margin-right {
  118. margin-right: 0;
  119. }
  120. }
  121. }
  122. }
  123. // ===================================================
  124. // uni-toast .uni-toast{
  125. // background: rgb(255, 255, 255);
  126. // color: #4CB2B6;
  127. // border: 1px solid #E5E0EB;
  128. // border-left: 5px solid #4CB2B6;
  129. // display: flex;
  130. // width: auto;
  131. // padding: 5px 10px;
  132. // align-items: center;
  133. // }
  134. // uni-toast .uni-toast__icon{
  135. // margin: 0 28px 0 0px;
  136. // }
  137. // uni-toast .uni-icon_toast{
  138. // margin: 0 28px 0 0px;
  139. // }
  140. // uni-toast .uni-toast__content{
  141. // margin: 0rpx;
  142. // }
  143. // uni-toast .uni-icon_toast.uni-icon-success-no-circle::before {
  144. // color: #4CB2B6;
  145. // font-size: 30px;
  146. // }