goodsManage.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. @import 'tabbar.wxss';
  2. .nav {
  3. position: fixed;
  4. top: 0;
  5. left: 0;
  6. right: 0;
  7. transition: top 0.3s;
  8. z-index: 10;
  9. background: #fff;
  10. height: 92rpx;
  11. border-bottom: 2rpx solid #f2f2f2;
  12. padding: 0 60rpx;
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. .nav .orderList_item {
  18. font-size: 28rpx;
  19. font-family: PingFangSC-Medium;
  20. font-weight: 500;
  21. color: #666;
  22. position: relative;
  23. height: 94rpx;
  24. line-height: 94rpx;
  25. }
  26. .nav .on {
  27. position: relative;
  28. color: #fe8464;
  29. border-bottom: 4rpx solid #fe8464;
  30. }
  31. /* 搜索 */
  32. .search-bar {
  33. padding: 12rpx 25rpx;
  34. background-color: #fff;
  35. width: 100%;
  36. box-sizing: border-box;
  37. margin-top: 94rpx;
  38. }
  39. .search-box {
  40. background-color: #f0f0f0;
  41. height: 56rpx;
  42. line-height: 56rpx;
  43. border-radius: 28rpx;
  44. color: #acacac;
  45. display: flex;
  46. align-content: center;
  47. }
  48. .search-icon {
  49. position: absolute;
  50. left: 20rpx;
  51. margin-left: 25rpx;
  52. margin-right: 12rpx;
  53. }
  54. .search-icon .iconfont {
  55. font-size: 34rpx;
  56. padding-top: 10rpx;
  57. }
  58. .search-box .ipt {
  59. padding: 0 30rpx 0 60rpx;
  60. line-height: 56rpx;
  61. height: 56rpx;
  62. width: 100%;
  63. box-sizing: border-box;
  64. }
  65. .item .img-class {
  66. width: 160rpx;
  67. height: 160rpx;
  68. overflow: hidden;
  69. }
  70. .search-bar {
  71. font-size: 28rpx;
  72. }