search.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content {
  12. line-height: 1;
  13. }
  14. .content .Search-box {
  15. z-index: 999;
  16. height: 80rpx;
  17. position: fixed;
  18. top: 0;
  19. left: 0;
  20. width: 100%;
  21. padding-top: 10rpx;
  22. padding-right: 24rpx;
  23. padding-left: 24rpx;
  24. }
  25. .content .Search-box .Search-box-sort {
  26. float: left;
  27. margin-left: 32rpx;
  28. margin-right: 19rpx;
  29. }
  30. .content .Search-box .Search-box-sort .sort-text {
  31. width: 57rpx;
  32. height: 29rpx;
  33. font-size: 30rpx;
  34. font-weight: 500;
  35. color: #333333;
  36. line-height: 58rpx;
  37. margin-right: 19rpx;
  38. }
  39. .content .Search-box .Search-box-sort .sort-img {
  40. width: 21rpx;
  41. height: 11rpx;
  42. margin-bottom: 4rpx;
  43. }
  44. .content .Search-box .Search-box-size {
  45. height: 58rpx;
  46. border-radius: 32rpx;
  47. background-color: #f1f1f1;
  48. padding-left: 36rpx;
  49. display: -webkit-box;
  50. display: -webkit-flex;
  51. display: flex;
  52. -webkit-box-align: center;
  53. -webkit-align-items: center;
  54. align-items: center;
  55. }
  56. .content .Search-box .Search-box-size .box-img {
  57. height: 32rpx;
  58. width: 32rpx;
  59. margin-right: 16rpx;
  60. }
  61. .content .Search-box .Search-box-size .box-word {
  62. width: 100%;
  63. font-size: 26rpx;
  64. font-weight: 500;
  65. color: #cdcbcb;
  66. line-height: 55rpx;
  67. }
  68. .content .select-box {
  69. margin-top: 100rpx;
  70. }