myStore.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. .search-box{
  2. width: 690rpx;
  3. height: 76rpx;
  4. line-height: 76rpx;
  5. background: #FFFFFF;
  6. border-radius: 20rpx 20rpx 20rpx 20rpx;
  7. margin: 30rpx;
  8. opacity: 1;
  9. padding:0 30rpx;
  10. box-sizing: border-box;
  11. }
  12. .search-icon{
  13. width: 26rpx;
  14. height: 28rpx;
  15. margin-right: 10rpx;
  16. }
  17. .search-btn{
  18. width: 96rpx;
  19. height: 47rpx;
  20. line-height: 47rpx;
  21. background: #EB5C20;
  22. border-radius: 24rpx 24rpx 24rpx 24rpx;
  23. opacity: 1;
  24. text-align: center;
  25. color: #fff;
  26. }
  27. /* 图表 */
  28. .echart-box{
  29. padding: 30rpx;
  30. background: #FFFFFF;
  31. border-radius: 16rpx 16rpx 16rpx 16rpx;
  32. opacity: 1;
  33. margin: 30rpx;
  34. }
  35. .echart-box-header{
  36. justify-content: space-between;
  37. }
  38. .echart-box-title{
  39. line-height: 45rpx;
  40. font-size: 30rpx;
  41. font-weight: 500;
  42. color: #333333;
  43. margin-left: 12rpx;
  44. position: relative;
  45. }
  46. .echart-box-title::before{
  47. content: '';
  48. position: absolute;
  49. top: 50%;
  50. transform: translateY(-50%);
  51. left: -12rpx;
  52. width: 6rpx;
  53. height: 32rpx;
  54. background: #EB5C20;
  55. border-radius: 10rpx 10rpx 10rpx 10rpx;
  56. opacity: 1;
  57. }
  58. .sssb-box{
  59. justify-content: space-between;
  60. padding: 30rpx 60rpx;
  61. }
  62. .sssb-item{
  63. text-align: center;
  64. }
  65. .sssb-label{
  66. line-height: 36rpx;
  67. font-size: 24rpx;
  68. font-weight: 400;
  69. color: #666464;
  70. }
  71. .sssb-data{
  72. line-height: 50rpx;
  73. font-size: 36rpx;
  74. font-weight: bold;
  75. color: #333333;
  76. margin-top: 8rpx;
  77. }
  78. .sssb-line{
  79. width: 1rpx;
  80. height: 88rpx;
  81. opacity: 1;
  82. background-color: #E6E6E6;
  83. }
  84. .sssb-color{
  85. color: #EB5C20;
  86. }
  87. .sjyy-item{
  88. width: 690rpx;
  89. background: #FFFFFF;
  90. border-radius: 20rpx 20rpx 20rpx 20rpx;
  91. opacity: 1;
  92. padding: 30rpx;
  93. box-sizing: border-box;
  94. margin: 30rpx;
  95. }
  96. .sjyy-header{
  97. width: 88rpx;
  98. height: 88rpx;
  99. background: #F5F5F5;
  100. opacity: 1;
  101. border-radius: 100%;
  102. overflow: hidden;
  103. margin-right: 10rpx;
  104. }
  105. .sjyy-header image{
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .sjyy-name{
  110. line-height: 45rpx;
  111. font-size: 32rpx;
  112. font-weight: 800;
  113. color: #333333;
  114. }
  115. .sjyy-name-label{
  116. width: 105rpx;
  117. line-height: 33rpx;
  118. font-size: 22rpx;
  119. color: #FFFFFF;
  120. text-align: center;
  121. background: #2A82E4;
  122. border-radius: 5rpx 5rpx 5rpx 5rpx;
  123. opacity: 1;
  124. margin-left: 13rpx;
  125. font-weight: normal;
  126. }
  127. .sjyy-phone{
  128. line-height: 36rpx;
  129. font-size: 24rpx;
  130. font-weight: 500;
  131. color: #666464;
  132. }
  133. .sjyy-btn{
  134. width: 180rpx;
  135. line-height: 56rpx;
  136. border-radius: 73rpx 73rpx 73rpx 73rpx;
  137. opacity: 1;
  138. border: 2rpx solid #A8A5A5;
  139. text-align: center;
  140. margin-left: 20rpx;
  141. }
  142. .sjyy-data{
  143. background: rgba(242, 242, 242, 0.5);
  144. border-radius: 8rpx 8rpx 8rpx 8rpx;
  145. margin:20rpx auto 0;
  146. padding: 20rpx;
  147. }
  148. .sjyy-data-item{
  149. text-align: center;
  150. }