powerSet.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. @charset "UTF-8";
  2. /* 水平间距 */
  3. /* 水平间距 */
  4. .container.data-v-51d37726 {
  5. padding-top: 20rpx;
  6. }
  7. .container .control.data-v-51d37726 {
  8. display: flex;
  9. flex-direction: column;
  10. justify-content: center;
  11. width: 750rpx;
  12. height: 86rpx;
  13. background-color: #fff;
  14. }
  15. .container .choose.data-v-51d37726 {
  16. display: flex;
  17. flex-wrap: wrap;
  18. justify-content: space-evenly;
  19. align-items: center;
  20. margin-top: 20rpx;
  21. padding: 30rpx;
  22. width: 690rpx;
  23. border-bottom: 1rpx solid #E5E5E5;
  24. background-color: #fff;
  25. }
  26. .container .choose .box.data-v-51d37726 {
  27. display: flex;
  28. align-items: center;
  29. width: 150rpx;
  30. height: 60rpx;
  31. }
  32. .container .choose .box .name.data-v-51d37726 {
  33. flex: 2;
  34. text-align: center;
  35. font-size: 28rpx;
  36. }
  37. .container .choose .box .icon.data-v-51d37726 {
  38. flex: 1;
  39. display: flex;
  40. align-items: center;
  41. height: 50rpx;
  42. }
  43. .container .choose .box .icon ._img.data-v-51d37726 {
  44. width: 30rpx;
  45. height: 30rpx;
  46. }
  47. .container .list.data-v-51d37726 {
  48. display: flex;
  49. flex-direction: column;
  50. justify-content: space-evenly;
  51. padding-top: 22rpx;
  52. width: 750rpx;
  53. border-bottom: 1rpx solid #E5E5E5;
  54. background-color: #fff;
  55. }
  56. .container .list .item.data-v-51d37726 {
  57. margin-bottom: 22rpx;
  58. margin-left: 65rpx;
  59. height: 41rpx;
  60. font-size: 28rpx;
  61. }