serch-outcome.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .card2 {
  2. width: 92%;
  3. text-align: center;
  4. margin: auto;
  5. background-color: #fff;
  6. height: 200rpx;
  7. padding-bottom: 10rpx;
  8. border-radius: 15px 15px 0 0;
  9. display: flex;
  10. }
  11. .inputContent {
  12. width: 95%;
  13. margin: 0 auto;
  14. height: 60rpx;
  15. background-color: #f4f4f4;
  16. border-radius: 5%;
  17. display: flex;
  18. /* justify-content: space-around; */
  19. align-items: center;
  20. border-radius: 60rpx;
  21. position: relative;
  22. }
  23. .inputContent input {
  24. font-size: 28rpx;
  25. margin-left: 10rpx;
  26. }
  27. .inputContent button {
  28. width: 120rpx;
  29. height: 40rpx;
  30. border-radius: 60rpx;
  31. font-size: 24rpx;
  32. color: white;
  33. line-height: 40rpx;
  34. background-color: orange;
  35. margin-left: 0 !important;
  36. margin-right: -30rpx !important;
  37. position: absolute;
  38. right: 40rpx;
  39. top: 10rpx;
  40. }
  41. .history_text {
  42. padding: 4% 0;
  43. display: flex;
  44. flex-wrap: wrap;
  45. margin-left: 28rpx;
  46. }
  47. .history_text > text {
  48. background-color: #f7f7f7;
  49. color: #a9a9a9;
  50. padding: 1% 3%;
  51. margin: 2%;
  52. border-radius: 40rpx;
  53. font-size: 30rpx;
  54. }
  55. .if {
  56. width: 220rpx;
  57. height: 30rpx;
  58. background-color: #a9a9a9;
  59. position: absolute;
  60. bottom: 6rpx;
  61. color: #fff;
  62. font-size: 22rpx;
  63. background: rgba(0,0,0,0.5);
  64. }