particulars.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-553e5b04 {
  5. padding-top: 20rpx;
  6. }
  7. .container .search.data-v-553e5b04 {
  8. margin: 0 auto;
  9. width: 690rpx;
  10. height: 90rpx;
  11. border-radius: 171rpx;
  12. background-color: #fff;
  13. }
  14. .container .list.data-v-553e5b04 {
  15. margin-top: 20rpx;
  16. padding-bottom: 30rpx;
  17. }
  18. .container .list .box.data-v-553e5b04 {
  19. display: flex;
  20. margin: 0 auto;
  21. margin-bottom: 20rpx;
  22. width: 690rpx;
  23. height: 130rpx;
  24. background-color: #fff;
  25. }
  26. .container .list .box .icon.data-v-553e5b04 {
  27. flex: 1;
  28. display: flex;
  29. justify-content: center;
  30. align-items: center;
  31. }
  32. .container .list .box .icon ._img.data-v-553e5b04 {
  33. width: 60rpx;
  34. height: 60rpx;
  35. }
  36. .container .list .box .info.data-v-553e5b04 {
  37. flex: 6;
  38. display: flex;
  39. flex-direction: column;
  40. justify-content: space-evenly;
  41. }
  42. .container .list .box .info .title.data-v-553e5b04 {
  43. font-size: 30rpx;
  44. }
  45. .container .list .box .info .status.data-v-553e5b04 {
  46. font-size: 24rpx;
  47. font-weight: 500;
  48. color: #A6A6A6;
  49. }
  50. .container .list .box .info .status .right.data-v-553e5b04 {
  51. margin-right: 20rpx;
  52. }
  53. .container .list .box .image.data-v-553e5b04 {
  54. margin-top: -5rpx;
  55. margin-right: -5rpx;
  56. width: 83rpx;
  57. height: 83rpx;
  58. }
  59. .container .list .box .image ._img.data-v-553e5b04 {
  60. width: 100%;
  61. height: 100%;
  62. }
  63. .container .list2.data-v-553e5b04 {
  64. margin-top: 260rpx;
  65. text-align: center;
  66. }
  67. .container .list2 ._img.data-v-553e5b04 {
  68. width: 480rpx;
  69. height: 508rpx;
  70. }
  71. .container .list2 .info.data-v-553e5b04 {
  72. color: #5792F0;
  73. }
  74. .data-v-553e5b04 .uni-searchbar {
  75. padding: 10rpx;
  76. }