index.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .inputContent {
  2. width: 95%;
  3. margin: 0 auto;
  4. height: 80rpx;
  5. background-color: #F4F4F4;
  6. border-radius: 5%;
  7. display: flex;
  8. justify-content: space-around;
  9. align-items: center;
  10. border-radius: 60rpx;
  11. }
  12. .inputContent input {
  13. font-size: 28rpx;
  14. }
  15. .inputContent button {
  16. width: 120rpx;
  17. height: 60rpx;
  18. border-radius: 60rpx;
  19. font-size: 30rpx;
  20. color: white;
  21. line-height: 60rpx;
  22. background-color: orange;
  23. margin-left: 0 !important;
  24. margin-right: -30rpx !important;
  25. }
  26. .show_clear {
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. padding: 10px;
  31. }
  32. /* search true */
  33. .search_content_true {
  34. height: 95vh;
  35. width: 100%;
  36. display: flex;
  37. justify-content: center;
  38. align-items: center;
  39. flex-direction: column;
  40. /* background-color: rgb(112, 218, 144); */
  41. }
  42. .search_content_true image {
  43. width: 60%;
  44. }
  45. /* search false */
  46. .search_content_false {
  47. margin-top: 15rpx;
  48. height: 340rpx;
  49. width: 100%;
  50. background-color: rgb(233, 233, 233);
  51. display: flex;
  52. justify-content: space-around;
  53. align-items: center;
  54. }
  55. .search_content_false image {
  56. width: 100%;
  57. height: 100%;
  58. }
  59. .search_content_false .pic{
  60. width: 200rpx;
  61. height: 200rpx;
  62. }
  63. .search_content_false .desc{
  64. display: flex;
  65. flex-direction: column;
  66. }