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.

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