box.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* 盒子和头部标题 */
  2. .mr10 {
  3. margin-right: 10upx;
  4. }
  5. .public_con {
  6. background-color: #fff;
  7. box-shadow: 0px 0px 40upx 0px rgba(0, 0, 0, 0.06);
  8. border-radius: 24upx;
  9. margin-bottom: 30upx;
  10. overflow: hidden;
  11. }
  12. .public_con_nav {
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. font-size: 36upx;
  17. font-weight: 500;
  18. position: relative;
  19. padding: 0 30upx;
  20. height: 110upx;
  21. }
  22. .public_con_nav_name {
  23. font-size: 32upx;
  24. font-weight: 400;
  25. color: rgba(0, 0, 0, 1);
  26. flex-shrink: 0;
  27. line-height: 1.4em;
  28. }
  29. .public_con_nav_tit {
  30. display: flex;
  31. align-items: center;
  32. line-height: 1.4em;
  33. }
  34. .public_line {
  35. width: 6upx;
  36. height: 32upx;
  37. position: absolute;
  38. top: 0;
  39. bottom: 0;
  40. left: 0;
  41. margin: auto 0;
  42. }
  43. .public_info_list {
  44. padding: 0 30upx;
  45. display: inline-block;
  46. width: 100%;
  47. position: relative;
  48. background-color: #fff;
  49. }
  50. .public_info_item {
  51. display: flex;
  52. margin: 34upx 0;
  53. }
  54. .public_info_tit {
  55. width: 220upx;
  56. font-size: 28upx;
  57. font-family: Source Han Sans CN;
  58. font-weight: 400;
  59. color: rgba(85, 85, 85, 1);
  60. line-height: 40upx;
  61. flex-shrink: 0;
  62. }
  63. .public_info_val {
  64. font-size: 28upx;
  65. font-family: Source Han Sans CN;
  66. font-weight: 400;
  67. color: rgba(0, 0, 0, 1);
  68. max-width: 400upx;
  69. align-items: flex-start;
  70. line-height: 40upx;
  71. word-break: break-all;
  72. }
  73. .public_info_foot {
  74. height: 110upx;
  75. display: flex;
  76. align-items: center;
  77. justify-content: space-around;
  78. }
  79. .public_icon {
  80. width: 50upx;
  81. height: 50upx;
  82. position: absolute;
  83. top: 0upx;
  84. bottom: 0;
  85. left: 24upx;
  86. margin: auto 0;
  87. }