index.wxss 601 B

12345678910111213141516171819202122232425262728293031323334
  1. .My_inform_box {
  2. background-color: #ffffff;
  3. }
  4. /* 可选是否底部边框 */
  5. .My_inform_box_botBorder {
  6. border-bottom: 1px solid #E4E4E4;
  7. background-color: #ffffff;
  8. }
  9. .My_inform_row {
  10. display: flex;
  11. justify-content: space-between;
  12. height: 100rpx;
  13. line-height: 100rpx;
  14. border-bottom: 1px solid #E4E4E4;
  15. }
  16. .My_inform_row .title {
  17. font-size: 34rpx;
  18. margin-left: 25rpx;
  19. color: #000;
  20. }
  21. .My_inform_row .title .title_img {
  22. float: right;
  23. height: 50rpx;
  24. margin-left: 15rpx;
  25. margin-top: 25rpx;
  26. }
  27. .My_inform_row .but-r {
  28. margin-right: 25rpx;
  29. }