search.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .container {
  2. background-color: #f0f0f0;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. color:#1e1e1e;
  6. }
  7. .search1{
  8. width:100%;
  9. height:116rpx;
  10. background-color: #F5E2BE;
  11. }
  12. .search1 .input{
  13. width:690rpx;
  14. height:70rpx;
  15. line-height: 70rpx;
  16. background-color: #ffffff;
  17. border-radius: 10rpx;
  18. text-align: center;
  19. font-size:36rpx;
  20. color:#1e1e1e;
  21. /* padding-left: 20rpx; */
  22. }
  23. .image04009{
  24. width:130rpx;
  25. height:130rpx;
  26. margin-top: 170rpx;
  27. }
  28. .search2{
  29. margin-top: 30rpx;
  30. font-size:48rpx;
  31. color:#9B9B9B;
  32. }
  33. .search3{
  34. font-size:24rpx;
  35. color:#9B9B9B;
  36. width:264rpx;
  37. text-align: center;
  38. }
  39. .line{
  40. margin-top: 60rpx;
  41. background-color: #9B9B9B;
  42. width:458rpx;
  43. height:6rpx;
  44. }
  45. .search4{
  46. margin-top: 66rpx;
  47. font-size:36rpx;
  48. color:#9B9B9B;
  49. }
  50. .search5{
  51. margin-top: 30rpx;
  52. }
  53. .search5 .box{
  54. width:110rpx;
  55. height:110rpx;
  56. background-color: #fff;
  57. border:1rpx solid #CDB797;
  58. font-size:48rpx;
  59. text-align: center;
  60. line-height: 110rpx;
  61. font-weight: 400;
  62. margin: 0 3rpx;
  63. }