C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

150 lines
2.1 KiB

  1. .notes {
  2. padding: 32rpx;
  3. }
  4. .record text:nth-of-type(2n+1) {
  5. float: left;
  6. }
  7. .record text:nth-of-type(2n) {
  8. float: right;
  9. }
  10. .record text {
  11. font-size: 28rpx;
  12. color: #333;
  13. }
  14. .record1 text:nth-of-type(2) {
  15. color: #ff3535;
  16. }
  17. .record1 text:nth-of-type(1) {
  18. font-size: 32rpx;
  19. }
  20. .record1 {
  21. margin-top: 15rpx;
  22. }
  23. .title {
  24. display: block;
  25. font-weight: bold;
  26. font-size: 32rpx;
  27. color: rgba(51, 51, 51, 1);
  28. margin-top: 16rpx;
  29. }
  30. .record2 {
  31. margin-top: 16rpx;
  32. }
  33. .posi {
  34. position: relative;
  35. width: 100%;
  36. margin: 0 auto;
  37. }
  38. .posi>view:nth-child(2) {
  39. width: 100%;
  40. height: 87rpx;
  41. display: flex;
  42. justify-content: space-between;
  43. border-top: 1px solid #f6f6f6;
  44. line-height: 87rpx;
  45. }
  46. .posi>view:nth-child(2) text:nth-child(1) {
  47. font-size: 30rpx;
  48. color: #a9a9a9;
  49. }
  50. .posi>view:nth-child(2) text:nth-child(2) {
  51. font-size: 30rpx;
  52. color: #a9a9a9;
  53. }
  54. .posi_logo {
  55. width: 100%;
  56. display: flex;
  57. padding: 20rpx 0;
  58. background: #fff;
  59. height: 100rpx;
  60. margin-bottom: 20rpx;
  61. }
  62. .posi_logo view:nth-child(1) {
  63. width: 100rpx;
  64. height: 100rpx;
  65. border-radius: 16rpx;
  66. }
  67. .posi_logo view:nth-child(1) image {
  68. display: block;
  69. width: 100rpx;
  70. height: 100rpx;
  71. border-radius: 16rpx;
  72. border: 1px solid #e5e5e5;
  73. }
  74. .posi_logo view:nth-child(2) {
  75. display: flex;
  76. flex-direction: column;
  77. flex: 8;
  78. padding-left: 30rpx;
  79. }
  80. .posi_logo view:nth-child(2) text:nth-child(1) {
  81. font-size: 32rpx;
  82. color: #333;
  83. letter-spacing: 0;
  84. }
  85. .posi_logo view:nth-child(2) text:nth-child(2) {
  86. font-size: 24rpx;
  87. color: #b8b8b8;
  88. padding-top: 3rpx;
  89. width: 450rpx;
  90. height: 36rpx;
  91. overflow: hidden;
  92. }
  93. .titles {
  94. font-size: 30rpx;
  95. color: #333;
  96. height: 60rpx;
  97. line-height: 60rpx;
  98. }
  99. .titles .fr {
  100. color: red;
  101. }
  102. .notess view:nth-child(1) {
  103. width: 92%;
  104. height: 87rpx;
  105. line-height: 87rpx;
  106. background: #fff;
  107. }
  108. .notess view:nth-child(2) {
  109. width: 92%;
  110. background: #fff;
  111. display: flex;
  112. flex-direction: column;
  113. }
  114. .notess view:nth-child(2)>text {
  115. font-size: 28rpx;
  116. color: #919191;
  117. letter-spacing: 0;
  118. line-height: 42rpx;
  119. }
  120. .tel {
  121. right: 0;
  122. top: 0;
  123. bottom: 0;
  124. margin: auto;
  125. width: 50rpx;
  126. height: 50rpx;
  127. }