search.wxss 958 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /* pages/search/search.wxss */
  2. .title {
  3. font-size: 20px;
  4. background-color: #fff;
  5. height: 222rpx;
  6. border-bottom: 1px solid #e6e6e6;
  7. padding-left: 32rpx;
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: center;
  11. border-top-right-radius: 8rpx;
  12. }
  13. .mainTitle {
  14. color: #151515;
  15. font-size: 48rpx;
  16. font-weight: 500;
  17. margin-bottom: 10rpx;
  18. }
  19. .secondTitle {
  20. font-size: 32rpx;
  21. color: #505050;
  22. margin-top: 10rpx;
  23. }
  24. .fullPage {
  25. height: 100vh;
  26. background-color: #f3f3f3;
  27. padding: 20rpx;
  28. overflow: hidden;
  29. box-sizing: border-box;
  30. }
  31. .onDevice {
  32. background-color: #fff;
  33. border-bottom: 1px solid #f3f3f3;
  34. display: flex;
  35. justify-content: space-between;
  36. align-items: center;
  37. padding: 0 32rpx;
  38. height: 155rpx;
  39. }
  40. .penName {
  41. color: #151515;
  42. font-size: 32rpx;
  43. font-weight: 500;
  44. margin-bottom: 10rpx;
  45. }
  46. .penAddress{
  47. color: #8492a6;
  48. margin-top: 10rpx;
  49. font-size: 28rpx;
  50. }
  51. .fullList {
  52. height: 80vh;
  53. }