msgWarn.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .container.data-v-b8003fe3 {
  4. display: flex;
  5. flex-direction: column;
  6. padding: 0 20rpx 20rpx 20rpx;
  7. min-height: 100vh;
  8. background-color: #f1f6fe;
  9. }
  10. .container .search.data-v-b8003fe3 {
  11. display: flex;
  12. justify-content: center;
  13. align-items: center;
  14. margin-top: 30rpx;
  15. width: 230rpx;
  16. height: 80rpx;
  17. font-size: 28rpx;
  18. border-radius: 56rpx;
  19. background-color: #fff;
  20. }
  21. .container .search .search_icon.data-v-b8003fe3 {
  22. margin-left: 10rpx;
  23. width: 28rpx;
  24. height: 28rpx;
  25. }
  26. .container .box .box_time.data-v-b8003fe3 {
  27. display: flex;
  28. justify-content: center;
  29. align-items: center;
  30. height: 80rpx;
  31. color: #a6a6a6;
  32. font-size: 24rpx;
  33. }
  34. .container .box .box_card.data-v-b8003fe3 {
  35. display: flex;
  36. flex-direction: column;
  37. justify-content: space-evenly;
  38. box-sizing: border-box;
  39. padding: 25rpx 30rpx;
  40. line-height: 52rpx;
  41. color: #808080;
  42. font-size: 24rpx;
  43. border-radius: 8rpx;
  44. background-color: #fff;
  45. }
  46. .container .box .box_card .card_title.data-v-b8003fe3 {
  47. display: flex;
  48. align-items: center;
  49. font-size: 28rpx;
  50. font-weight: bold;
  51. color: #000;
  52. }
  53. .container .box .box_card .card_title .title_read.data-v-b8003fe3 {
  54. margin-right: 10rpx;
  55. width: 12rpx;
  56. height: 12rpx;
  57. border-radius: 50%;
  58. background-color: #d43030;
  59. }
  60. .container .box .box_card .card_msg.data-v-b8003fe3 {
  61. display: flex;
  62. }
  63. .container .box .box_card .card_msg .img.data-v-b8003fe3 {
  64. margin-top: 10rpx;
  65. width: 100rpx;
  66. height: 160rpx;
  67. }