search.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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. -webkit-border-radius: 32rpx;
  47. border-radius: 32rpx;
  48. background-color: #f1f1f1;
  49. padding-left: 36rpx;
  50. display: -webkit-box;
  51. display: -webkit-flex;
  52. display: flex;
  53. -webkit-box-align: center;
  54. -webkit-align-items: center;
  55. align-items: center;
  56. }
  57. .content .Search-box .Search-box-size .box-img {
  58. height: 32rpx;
  59. width: 32rpx;
  60. margin-right: 16rpx;
  61. }
  62. .content .Search-box .Search-box-size .box-word {
  63. width: 100%;
  64. font-size: 26rpx;
  65. font-weight: 500;
  66. color: #cdcbcb;
  67. line-height: 55rpx;
  68. }
  69. .content .select-box {
  70. margin-top: 100rpx;
  71. }