detail.wxss 913 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. }
  42. .bottom_item {
  43. display: flex;
  44. align-items: center;
  45. }
  46. .bottom_item_image {
  47. height: 70rpx;
  48. margin-right: 20rpx;
  49. }