myMsg.wxss 1007 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-a95eda84 {
  4. display: flex;
  5. flex-direction: column;
  6. box-sizing: border-box;
  7. padding-bottom: 10rpx;
  8. min-height: 100vh;
  9. background-color: #f1f6fe;
  10. }
  11. .container .box.data-v-a95eda84 {
  12. margin-top: 20rpx;
  13. padding: 0 18rpx;
  14. background-color: #fff;
  15. }
  16. .container .box .box_item.data-v-a95eda84 {
  17. display: flex;
  18. justify-content: space-between;
  19. align-items: center;
  20. height: 85rpx;
  21. font-size: 28rpx;
  22. border-bottom: 1rpx solid #e6e6e6;
  23. }
  24. .container .box .box_item .item_key.data-v-a95eda84 {
  25. font-weight: bold;
  26. }
  27. .container .box .box_item .item_value.data-v-a95eda84 {
  28. display: flex;
  29. align-items: center;
  30. color: #808080;
  31. }
  32. .container .box .box_item .item_value .img.data-v-a95eda84 {
  33. width: 65rpx;
  34. height: 65rpx;
  35. border-radius: 50%;
  36. }
  37. .container .box .box_item .item_value .value_img.data-v-a95eda84 {
  38. margin-left: 10rpx;
  39. width: 31rpx;
  40. height: 31rpx;
  41. }
  42. .container .box .no_border.data-v-a95eda84 {
  43. border: none;
  44. }