activate.wxss 997 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .container {
  2. background-color: #f0f0f0;
  3. color:#1e1e1e;
  4. font-weight: 500;
  5. }
  6. .text1{
  7. width:690rpx;
  8. font-size:24rpx;
  9. align-items: flex-start;
  10. margin: 50rpx 0;
  11. }
  12. .text11{
  13. color:#B3443B;
  14. text-decoration: underline;
  15. }
  16. .panelItem{
  17. width:100%;
  18. height:111rpx;
  19. background-color: #fff;
  20. justify-content: space-between;
  21. margin-top: 1rpx;
  22. }
  23. .img{
  24. width:50rpx;
  25. height:50rpx;
  26. border-radius: 10rpx;
  27. }
  28. .title1{
  29. margin-left: 20rpx;
  30. font-size:28rpx;
  31. }
  32. .btnActivate{
  33. width:108rpx;
  34. height:50rpx;
  35. border-radius: 10rpx;
  36. background-color: #E5321C;
  37. color:#fff;
  38. font-size:24rpx;
  39. text-align: center;
  40. line-height: 50rpx;
  41. }
  42. .btnRefresh{
  43. background-color: #0792E4;
  44. }
  45. .text2{
  46. color:#329468;
  47. font-size:28rpx;
  48. }
  49. .file_0401{
  50. width:100%;
  51. height:1879rpx;
  52. margin-top: 50rpx;
  53. }
  54. .footer{
  55. width: 100%;
  56. height: 140rpx;
  57. position: fixed;
  58. bottom: 0;
  59. line-height: 140rpx;
  60. font-size:48rpx;
  61. color:#fff;
  62. text-align: center;
  63. background-color: #0792E4;
  64. }