index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .search_box {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. height: 60rpx;
  6. width: 100vw;
  7. padding: 0 24rpx;
  8. box-sizing: border-box;
  9. }
  10. .searc {
  11. flex: 1;
  12. display: flex;
  13. align-items: center;
  14. height: 100%;
  15. opacity: 0.37;
  16. padding-left: 20rpx;
  17. }
  18. .box-flexd {
  19. position: absolute;
  20. top: 0;
  21. left: 0;
  22. }
  23. input {
  24. flex: 1;
  25. text-align: left;
  26. padding-left: 5rpx;
  27. }
  28. .clear {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. width: 50rpx;
  33. height: 100%;
  34. line-height: 100%;
  35. z-index: 999;
  36. }
  37. .bot-but {
  38. display: flex;
  39. align-items: center;
  40. justify-content: center;
  41. position: fixed;
  42. height: 128rpx;
  43. width: 100vw;
  44. background: #FFFFFF;
  45. bottom: 0;
  46. box-shadow: 0px -4rpx 16rpx 0px rgba(0, 0, 0, 0.05);
  47. }
  48. .searc_but {
  49. width: 160rpx;
  50. height: 60rpx;
  51. line-height: 60rpx;
  52. text-align: center;
  53. background: #FFB600;
  54. box-shadow: 0px 6rpx 6rpx 0px rgba(0, 0, 0, 0.1);
  55. border-radius: 10rpx;
  56. font-size: 28rpx;
  57. font-family: PingFangSC-Medium, PingFang SC;
  58. color: #FFFFFF;
  59. }