shell_device.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* pages/shell_device/shell_device.wxss */
  2. .li{
  3. margin: 65rpx 24rpx;
  4. padding: 0
  5. }
  6. .li-head{
  7. margin-bottom: 100rpx;
  8. color: #393939;
  9. font-size: 30rpx;
  10. text-align: center;
  11. }
  12. .li-head-img{
  13. width: 120rpx;
  14. height: 120rpx;
  15. border-radius: 50%;
  16. }
  17. .li-content{
  18. color: #8489A3;
  19. font-size: 30rpx;
  20. text-align: center;
  21. }
  22. .li-content-img{
  23. width: 288rpx;
  24. height: 294rpx;
  25. margin-bottom: 30rpx;
  26. }
  27. .li-content-btn{
  28. width:190rpx;
  29. height:60rpx;
  30. background:rgba(255,100,101,1);
  31. border-radius:30rpx;
  32. color: #fff;
  33. font-size: 24rpx;
  34. margin-top: 69rpx;
  35. display: inline-block;
  36. line-height: 60rpx;
  37. }
  38. .li-content-btn-try{
  39. width:190rpx;
  40. height:60rpx;
  41. border-radius:30rpx;
  42. font-size: 24rpx;
  43. margin-top: 69rpx;
  44. display: inline-block;
  45. line-height: 60rpx;
  46. background:#F1F3FA;
  47. color:#778ADC;
  48. }
  49. .li-date{
  50. background:linear-gradient(90deg,#FF6C6E,#F39A7C);
  51. border-radius:24rpx;
  52. color: #fff;
  53. padding: 40rpx 30rpx 20rpx 30rpx;
  54. position: relative;
  55. margin-bottom: 20rpx;
  56. }
  57. .li-date-title{
  58. font-size: 24rpx;
  59. }
  60. .li-date-title-img{
  61. width: 196rpx;
  62. height: 46rpx;
  63. }
  64. .li-date-time{
  65. font-size: 24rpx;
  66. margin: 20rpx 0;
  67. /* text-align: center; */
  68. }
  69. .li-date-footer{
  70. font-size: 24rpx;
  71. text-align: right;
  72. }
  73. .li-logo{
  74. width: 165rpx;
  75. height: 154rpx;
  76. position: absolute;
  77. top:24rpx;
  78. right: 50rpx;
  79. z-index: 1;
  80. }
  81. .li-shell{
  82. width: 231rpx;
  83. height: 293rpx;
  84. }
  85. .li-homework-img{
  86. width: 376rpx;
  87. height: 244rpx;
  88. }
  89. .showModel{
  90. width: 100%;
  91. height: 100%;
  92. position: fixed;
  93. top: 0;
  94. left: 0;
  95. background: #000;
  96. opacity: 0.5;
  97. overflow: hidden;
  98. z-index: 1000;
  99. color: #fff;
  100. }
  101. .model{
  102. z-index: 1001;
  103. position: fixed;
  104. top: 233rpx;
  105. margin: 0 60rpx;
  106. background: #fff;
  107. border-radius:30rpx;
  108. text-align: center;
  109. }
  110. .model-text{
  111. color: #393939;
  112. font-size: 30rpx;
  113. text-align: center;
  114. margin: 95rpx 50rpx;
  115. }
  116. .model-list{
  117. display: flex;
  118. justify-content: space-around;
  119. align-items: center;
  120. margin-bottom: 50rpx;
  121. color: #8489A3;
  122. font-size: 34rpx;
  123. }
  124. .model-list-sure{
  125. color: #FF6465;
  126. }
  127. .li-message{
  128. margin: 80rpx 0;
  129. position: relative;
  130. }
  131. .li-message-bg{
  132. width: 100%;
  133. height: 244rpx;
  134. position: absolute;
  135. top: 0;
  136. left: 0
  137. }
  138. .li-message-time{
  139. width: 90%;
  140. display: flex;
  141. justify-content: space-between;
  142. position: absolute;
  143. top: 87rpx;
  144. left: 50rpx;
  145. }
  146. .li-message-time-items{
  147. display: inline-block;
  148. color: #8489A3;
  149. font-size: 30rpx;
  150. text-align: left;
  151. }
  152. .li-message-time-items-text{
  153. color: #393939;
  154. font-size: 36rpx;
  155. }
  156. .li-message-logo{
  157. width: 59rpx;
  158. height: 70rpx;
  159. margin-right: 24rpx;
  160. }
  161. .message-margin{
  162. margin: 0 !important;
  163. }
  164. .li-date-time-center{
  165. color: #393939;
  166. font-size: 24rpx;
  167. margin-top: 50rpx;
  168. text-align: center;
  169. }
  170. .yellow{
  171. background:rgba(245,192,120,1);
  172. }