punchLocation.wxss 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-1623ff8e {
  5. padding-top: 20rpx;
  6. }
  7. .container .add.data-v-1623ff8e {
  8. display: flex;
  9. margin: 0 auto;
  10. width: 690rpx;
  11. height: 87rpx;
  12. line-height: 87rpx;
  13. border-radius: 14rpx;
  14. background-color: #fff;
  15. }
  16. .container .add .icon.data-v-1623ff8e {
  17. flex: 1;
  18. display: flex;
  19. justify-content: center;
  20. align-items: center;
  21. }
  22. .container .add .icon ._img.data-v-1623ff8e {
  23. width: 36rpx;
  24. height: 36rpx;
  25. }
  26. .container .add .title.data-v-1623ff8e {
  27. flex: 3;
  28. font-size: 30rpx;
  29. color: #0082FC;
  30. }
  31. .container .add .none.data-v-1623ff8e {
  32. flex: 5;
  33. }
  34. .container .list.data-v-1623ff8e {
  35. margin-top: 20rpx;
  36. padding-bottom: 30rpx;
  37. }
  38. .container .list .box.data-v-1623ff8e {
  39. display: flex;
  40. align-items: center;
  41. margin: 0 auto;
  42. margin-bottom: 20rpx;
  43. width: 690rpx;
  44. height: 137rpx;
  45. border-radius: 14rpx;
  46. background-color: #fff;
  47. }
  48. .container .list .box .icon.data-v-1623ff8e {
  49. margin-top: 10rpx;
  50. width: 75rpx;
  51. text-align: center;
  52. }
  53. .container .list .box .icon ._img.data-v-1623ff8e {
  54. width: 40rpx;
  55. height: 40rpx;
  56. }
  57. .container .list .box .place.data-v-1623ff8e {
  58. width: 540rpx;
  59. }
  60. .container .list .box .place .top.data-v-1623ff8e {
  61. font-size: 32rpx;
  62. overflow: hidden;
  63. white-space: nowrap;
  64. text-overflow: ellipsis;
  65. }
  66. .container .list .box .place .center.data-v-1623ff8e {
  67. font-size: 24rpx;
  68. color: #999999;
  69. overflow: hidden;
  70. white-space: nowrap;
  71. text-overflow: ellipsis;
  72. }
  73. .container .list .box .place .bottom.data-v-1623ff8e {
  74. font-size: 24rpx;
  75. color: #999999;
  76. overflow: hidden;
  77. white-space: nowrap;
  78. text-overflow: ellipsis;
  79. }
  80. .container .list .box .right.data-v-1623ff8e {
  81. width: 75rpx;
  82. text-align: center;
  83. }
  84. .container .list .box .right ._img.data-v-1623ff8e {
  85. width: 15rpx;
  86. height: 28rpx;
  87. }
  88. .data-v-1623ff8e .uni-swipe_button-group {
  89. margin-bottom: 20rpx;
  90. }