detail.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .top_item_public_add {
  2. /*
  3. margin-top: 50rpx; */
  4. /* 垂直布局 */
  5. /* flex-direction: column; */
  6. /* 垂直居中 */
  7. /* justify-content: center; */
  8. display: -webkit-flex;
  9. display: flex;
  10. margin-top: 40rpx;
  11. align-items: center;
  12. justify-content: flex-start;
  13. flex-wrap: wrap;
  14. width: 100%;
  15. }
  16. .top_item_public {
  17. /* display: flex;
  18. flex: 1; */
  19. justify-content: center;
  20. flex: 0 0 auto;
  21. width: 33.33333333%;
  22. text-align: center;
  23. color: #797979;
  24. padding: 40rpx 0;
  25. font-size: 30rpx;
  26. }
  27. .top_image {
  28. height: 70rpx;
  29. }
  30. .setting_public {
  31. margin: 200rpx 0 0rpx 40rpx;
  32. font-size: 40rpx;
  33. font-weight: 500;
  34. }
  35. .bottom_public {
  36. display: flex;
  37. font-size: 40rpx;
  38. margin: 60rpx 40rpx 40rpx 40rpx;
  39. justify-content: space-between;
  40. align-items: center;
  41. font-size: 30rpx;
  42. }
  43. .bottom_public_text {
  44. margin-right: 30rpx;
  45. }
  46. .bottom_public_text_plus{
  47. margin-right: 10rpx;
  48. }
  49. .bottom_public_red {
  50. width: 15rpx;
  51. height: 15rpx;
  52. background-color: red;
  53. margin-bottom: 25rpx;
  54. border-radius: 50%;
  55. }
  56. .bottom_item {
  57. display: flex;
  58. align-items: center;
  59. }
  60. .bottom_item_image {
  61. height: 30rpx;
  62. margin-right: 20rpx;
  63. }