美甲小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 rivejä
855 B

  1. .serchData-body {
  2. width: 100%;
  3. box-sizing: border-box;
  4. padding: 15rpx 24rpx 0;
  5. }
  6. .serchData-box {
  7. padding: 0 20rpx 24rpx;
  8. width: 100%;
  9. background: #FFF;
  10. box-sizing: border-box;
  11. border-radius: 16rpx;
  12. }
  13. .searchData-item {
  14. height: 109rpx;
  15. line-height: 109rpx;
  16. overflow: hidden;
  17. border-bottom: 1rpx solid #f0efef;
  18. }
  19. .imageUrl-box {
  20. display: inline-block;
  21. width: 60rpx;
  22. height: 60rpx;
  23. line-height: 60rpx;
  24. border-radius: 50%;
  25. overflow: hidden;
  26. box-sizing: border-box;
  27. border: 1rpx solid #F1F1F1;
  28. vertical-align: middle;
  29. }
  30. .imageUrl-box > image {
  31. width: 60rpx;
  32. height: 60rpx;
  33. }
  34. .title-box {
  35. display: inline-block;
  36. vertical-align: middle;
  37. margin-left: 10rpx;
  38. color: #333333;
  39. font-weight: 400;
  40. font-size: 28rpx;
  41. }
  42. .you-box {
  43. float: right;
  44. height: 100%;
  45. }
  46. .you-item {
  47. width: 26rpx;
  48. }