index.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. .seconds-kill-li {
  2. padding: 10rpx;
  3. box-sizing: border-box;
  4. width: 33.3%;
  5. float: left;
  6. }
  7. .title-box {
  8. font-size: 10pt;
  9. padding: 50rpx 0 0 0;
  10. color: #777;
  11. }
  12. .title-box .icon-lajixiang {
  13. float: right;
  14. }
  15. .sale-button-box {
  16. padding: 10px 0;
  17. overflow: hidden;
  18. }
  19. .sale-button, .recent-button {
  20. background: #fff;
  21. padding: 10rpx;
  22. border-radius: 50px;
  23. justify-content: center;
  24. text-align: center;
  25. font-size: 26rpx;
  26. border: 1px solid #eee;
  27. overflow: hidden;
  28. white-space: nowrap;
  29. text-overflow: ellipsis;
  30. height: 30rpx;
  31. line-height: 30rpx;
  32. }
  33. .serch-button button {
  34. background: #ff495e;
  35. }
  36. /* asd */
  37. .search-input-box {
  38. height: 64rpx;
  39. }
  40. .search-input {
  41. width: 80%;
  42. background: #fff;
  43. border-radius: 5px 0 0 5px;
  44. padding-left: 10rpx;
  45. box-sizing: border-box;
  46. overflow: hidden;
  47. }
  48. .search-input input {
  49. font-size: 30rpx;
  50. height: 64rpx;
  51. line-height: 64rpx;
  52. }
  53. .serch-button {
  54. width: 20%;
  55. box-sizing: border-box;
  56. }
  57. .serch-button button {
  58. line-height: 64rpx;
  59. height: 64rpx;
  60. font-size: 28rpx;
  61. border-radius: 0 5px 5px 0;
  62. }
  63. .seconds-kill-li {
  64. padding: 10rpx;
  65. box-sizing: border-box;
  66. }
  67. .title-box {
  68. font-size: 10pt;
  69. padding: 50rpx 0 0 0;
  70. color: #777;
  71. }
  72. .sale-button, .recent-button {
  73. background: #fff;
  74. padding: 10rpx;
  75. border-radius: 50px;
  76. justify-content: center;
  77. text-align: center;
  78. font-size: 26rpx;
  79. border: 1px solid #ccc;
  80. overflow: hidden;
  81. white-space: nowrap;
  82. text-overflow: ellipsis;
  83. height: 30rpx;
  84. line-height: 30rpx;
  85. }
  86. .search-cont {
  87. padding: 0 15px;
  88. background: #fff;
  89. }
  90. .search-box .left {
  91. width: 28px;
  92. }
  93. .search-box .right {
  94. flex: 1;
  95. }
  96. .sale-button-box .seconds-kill-li {
  97. width: 33.3%;
  98. float: left;
  99. }
  100. .title-box image {
  101. width: 35rpx;
  102. height: 35rpx;
  103. float: right;
  104. }