commonPeople.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-357c93f1 {
  4. box-sizing: border-box;
  5. padding: 30rpx;
  6. min-height: 100vh;
  7. color: #001713;
  8. background-color: #fffdfb;
  9. overflow-y: auto;
  10. }
  11. .container .add.data-v-357c93f1 {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. margin-bottom: 20rpx;
  16. width: 100%;
  17. height: 104rpx;
  18. font-size: 32rpx;
  19. color: #ff8205;
  20. border-radius: 10rpx;
  21. background-color: #fff2e5;
  22. }
  23. .container .box.data-v-357c93f1 {
  24. display: flex;
  25. align-items: center;
  26. justify-content: space-between;
  27. box-sizing: border-box;
  28. padding: 30rpx 40rpx;
  29. margin-bottom: 20rpx;
  30. width: 100%;
  31. height: 200rpx;
  32. border-radius: 16rpx;
  33. background-color: #fff;
  34. box-shadow: 0 3rpx 6rpx #ccc;
  35. }
  36. .container .box .box_msg.data-v-357c93f1 {
  37. display: flex;
  38. flex-direction: column;
  39. justify-content: space-between;
  40. height: 100%;
  41. font-size: 24rpx;
  42. color: #aba6a6;
  43. }
  44. .container .box .box_msg .msg_name.data-v-357c93f1 {
  45. font-size: 36rpx;
  46. color: #001713;
  47. }
  48. .container .box .box_btn.data-v-357c93f1 {
  49. display: flex;
  50. align-items: center;
  51. justify-content: space-between;
  52. width: 200rpx;
  53. }