sharewall.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. .container {
  2. background-color: #2E2E2E;
  3. color: #fff;
  4. }
  5. .panel0 {
  6. width: 100%;
  7. white-space: nowrap;
  8. }
  9. .panel00 {
  10. width: 30rpx;
  11. height:73rpx;
  12. display: inline-block;
  13. }
  14. .panel01 {
  15. width: 10rpx;
  16. height:73rpx;
  17. display: inline-block;
  18. }
  19. .text0 {
  20. background-color: #4D4D4D;
  21. border-radius: 20rpx;
  22. font-size: 24rpx;
  23. color: #FFFFFF;
  24. min-width: 151rpx;
  25. text-align: center;
  26. line-height: 73rpx;
  27. display: inline-block;
  28. margin-right: 10rpx;
  29. padding: 0 20rpx;
  30. }
  31. .text0_1{
  32. background: #5282FA;
  33. }
  34. .lineWidthAll{
  35. width: 100%;
  36. justify-content: flex-end;
  37. background-color:#2E2E2E;
  38. height: 1rpx;
  39. margin: 30rpx 0 60rpx 0;
  40. }
  41. .lineWidth720{
  42. background-color: #787878;
  43. }
  44. .panel1 {
  45. width: 100%;
  46. position: relative;
  47. align-items: flex-start;
  48. }
  49. .text1 {
  50. font-size: 36rpx;
  51. color: #FFFFFF;
  52. margin-left: 30rpx;
  53. }
  54. .panel11 {
  55. width: 100%;
  56. justify-content: space-between;
  57. margin-top: 10rpx;
  58. }
  59. .text2 {
  60. font-size: 28rpx;
  61. margin-left: 30rpx;
  62. color: #9B9B9B;
  63. }
  64. .text3 {
  65. font-size: 24rpx;
  66. color: #5282FA;
  67. margin-right: 30rpx;
  68. }
  69. .panel2{
  70. width:100%;
  71. margin-top: 30rpx;
  72. flex-wrap: wrap;
  73. justify-content: flex-start;
  74. align-items: flex-start;
  75. }
  76. .panelImage {
  77. width:249rpx;
  78. height:185rpx;
  79. background: rgba(0,0,0,0.20);
  80. position: relative;
  81. margin: 0;
  82. margin: 0 1rpx 1rpx 0;
  83. }
  84. .panelImage1 {
  85. width:209rpx;
  86. height:145rpx;
  87. border: 20rpx solid #2E2E2E;
  88. }
  89. .panelImage .img{
  90. width:250rpx;
  91. height:186rpx;
  92. position: absolute;
  93. top:0;
  94. left:0;
  95. }
  96. .panelImage .img2{
  97. background-color: rgba(0,0,0,0.20);
  98. }
  99. .icon_relay_1{
  100. width:30rpx;
  101. height:30rpx;
  102. margin-bottom: 20rpx;
  103. }
  104. .text4{
  105. font-family: Roboto-Black;
  106. font-size: 24rpx;
  107. text-align: center;
  108. z-index: 10;
  109. color:#D2D2D2;
  110. }
  111. .text5{
  112. font-family: Roboto-Black;
  113. font-size: 24rpx;
  114. color: #D2D2D2;
  115. position: absolute;
  116. left:20rpx;
  117. bottom:20rpx;
  118. }