sharewall.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  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. .panelImage .img{
  85. width:249rpx;
  86. height:185rpx;
  87. position: absolute;
  88. top:0;
  89. left:0;
  90. }
  91. .panelImage .img2{
  92. background-color: rgba(0,0,0,0.20);
  93. }
  94. .text5{
  95. font-family: Roboto-Black;
  96. font-size: 24rpx;
  97. color: #D2D2D2;
  98. position: absolute;
  99. left:20rpx;
  100. bottom:20rpx;
  101. }
  102. .panel21{
  103. position: absolute;
  104. right:20rpx;
  105. bottom:20rpx;
  106. align-items: flex-end;
  107. }
  108. .icon_relay_1{
  109. width:30rpx;
  110. height:30rpx;
  111. }
  112. .text6{
  113. font-size: 20rpx;
  114. color: #D2D2D2;
  115. text-align: right;
  116. }
  117. .text4{
  118. font-family: Roboto-Black;
  119. font-size: 24rpx;
  120. text-align: right;
  121. color:#D2D2D2;
  122. }