powerSet.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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 .search.data-v-51d37726 {
  16. box-sizing: border-box;
  17. margin-top: 20rpx;
  18. padding: 0 30rpx;
  19. width: 750rpx;
  20. height: 90rpx;
  21. border-radius: 170rpx;
  22. background-color: #fff;
  23. }
  24. .container .choose.data-v-51d37726 {
  25. display: flex;
  26. flex-wrap: wrap;
  27. justify-content: space-evenly;
  28. align-items: center;
  29. margin-top: 20rpx;
  30. padding: 30rpx;
  31. width: 690rpx;
  32. border-bottom: 1rpx solid #E5E5E5;
  33. background-color: #fff;
  34. }
  35. .container .choose .box.data-v-51d37726 {
  36. display: flex;
  37. align-items: center;
  38. width: 150rpx;
  39. height: 60rpx;
  40. }
  41. .container .choose .box .name.data-v-51d37726 {
  42. flex: 2;
  43. text-align: center;
  44. font-size: 28rpx;
  45. }
  46. .container .choose .box .icon.data-v-51d37726 {
  47. flex: 1;
  48. display: flex;
  49. align-items: center;
  50. height: 50rpx;
  51. }
  52. .container .choose .box .icon ._img.data-v-51d37726 {
  53. width: 30rpx;
  54. height: 30rpx;
  55. }
  56. .container .list.data-v-51d37726 {
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: space-evenly;
  60. padding-top: 22rpx;
  61. width: 750rpx;
  62. border-bottom: 1rpx solid #E5E5E5;
  63. background-color: #fff;
  64. }
  65. .container .list .item.data-v-51d37726 {
  66. margin-bottom: 30rpx;
  67. margin-left: 65rpx;
  68. height: 41rpx;
  69. font-size: 28rpx;
  70. }
  71. .data-v-51d37726 .uni-searchbar {
  72. padding: 10rpx;
  73. }