index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. /* pages/mine/myorder/list/index.wxss */
  2. page {
  3. background: #f1f1f1;
  4. }
  5. .custom-tabs {
  6. margin-bottom: 32rpx;
  7. }
  8. .search {
  9. background: #fff;
  10. }
  11. .t-search__input-container {
  12. border-radius: 32rpx !important;
  13. height: 64rpx !important;
  14. }
  15. .t-search__input {
  16. font-size: 28rpx !important;
  17. color: rgb(116, 116, 116) !important;
  18. }
  19. .pink {
  20. --td-tab-item-active-color: #e54970;
  21. --td-tab-track-color: #e54970;
  22. .t-tabs__scroll--top {
  23. border-bottom: 0 !important;
  24. height: 76rpx !important;
  25. }
  26. .t-tabs__item--top,
  27. .t-tabs__item--bottom {
  28. min-width: 150rpx !important;
  29. }
  30. .t-tabs__item {
  31. height: 60rpx !important;
  32. line-height: 60rpx !important;
  33. }
  34. }
  35. .order-card {
  36. background: #fff;
  37. border-radius: 20rpx;
  38. padding: 30rpx;
  39. margin: 24rpx;
  40. color: #333;
  41. &__head {
  42. display: flex;
  43. align-items: center;
  44. }
  45. &__items {
  46. border-top: 1px solid #ddd;
  47. border-bottom: 1px solid #ddd;
  48. padding: 30rpx 0;
  49. }
  50. &__button {
  51. border: 2px solid #333 !important;
  52. border-radius: 36rpx !important;
  53. min-width: 220rpx;
  54. font-weight: 600;
  55. &.pink {
  56. border-color: #e54970 !important;
  57. color: #e54970;
  58. }
  59. }
  60. .goodimage {
  61. width: 272rpx;
  62. height: 180rpx;
  63. border-radius: 2px;
  64. }
  65. }