helprecords.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .container {
  12. line-height: 1;
  13. }
  14. .container .list {
  15. width: 710rpx;
  16. background: #FFFFFF;
  17. box-shadow: 0px 5rpx 5rpx 0px rgba(35, 24, 21, 0.06);
  18. border-radius: 10rpx;
  19. margin: 20rpx auto 0;
  20. padding: 30rpx;
  21. }
  22. .container .list .list-top {
  23. font-size: 28rpx;
  24. font-weight: 500;
  25. color: #333333;
  26. line-height: 36px;
  27. }
  28. .container .list .list-phone {
  29. font-size: 24rpx;
  30. font-weight: 500;
  31. color: #666666;
  32. margin-top: 20rpx;
  33. }
  34. .container .list .list-time {
  35. font-size: 24rpx;
  36. font-weight: 500;
  37. color: #666666;
  38. margin-top: 20rpx;
  39. }
  40. .container .list .list-type {
  41. font-size: 28rpx;
  42. font-weight: 500;
  43. color: #C9101B;
  44. margin-top: 20rpx;
  45. }
  46. .container .list .list-box {
  47. display: -webkit-box;
  48. display: -webkit-flex;
  49. display: flex;
  50. -webkit-box-pack: center;
  51. -webkit-justify-content: center;
  52. justify-content: center;
  53. padding: 0 40rpx;
  54. margin-top: 20rpx;
  55. }
  56. .container .list .list-box .box-item {
  57. width: 210rpx;
  58. height: 65rpx;
  59. background: #C9101B;
  60. border-radius: 30rpx;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-align: center;
  65. -webkit-align-items: center;
  66. align-items: center;
  67. -webkit-box-pack: center;
  68. -webkit-justify-content: center;
  69. justify-content: center;
  70. font-size: 28rpx;
  71. font-weight: 500;
  72. color: #FFFFFF;
  73. }
  74. .container .list .list-box .box-item .call {
  75. width: 28rpx;
  76. height: 40rpx;
  77. margin-right: 10rpx;
  78. }
  79. .container .list .list-box .box-item1 {
  80. width: 210rpx;
  81. height: 65rpx;
  82. background: #FF4F4F;
  83. border-radius: 30rpx;
  84. display: -webkit-box;
  85. display: -webkit-flex;
  86. display: flex;
  87. -webkit-box-align: center;
  88. -webkit-align-items: center;
  89. align-items: center;
  90. -webkit-box-pack: center;
  91. -webkit-justify-content: center;
  92. justify-content: center;
  93. font-size: 28rpx;
  94. font-weight: 500;
  95. color: #FFFFFF;
  96. }
  97. .container .list .list-box .box-item1 .veo {
  98. width: 40rpx;
  99. height: 40rpx;
  100. margin-right: 10rpx;
  101. }