activate.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. .Left {
  24. margin-left: 30rpx;
  25. justify-content: flex-start;
  26. }
  27. .Right {
  28. margin-right: 30rpx;
  29. justify-content: flex-end;
  30. }
  31. .img{
  32. width:50rpx;
  33. height:50rpx;
  34. border-radius: 10rpx;
  35. }
  36. .title1{
  37. margin-left: 20rpx;
  38. font-size:28rpx;
  39. }
  40. .btnActivate{
  41. width:108rpx;
  42. height:50rpx;
  43. border-radius: 10rpx;
  44. background-color: #E5321C;
  45. color:#fff;
  46. font-size:24rpx;
  47. text-align: center;
  48. line-height: 50rpx;
  49. }
  50. .btnRefresh{
  51. background-color: #0792E4;
  52. }
  53. .text2{
  54. color:#329468;
  55. font-size:28rpx;
  56. }
  57. .file_0401{
  58. width:100%;
  59. height:1879rpx;
  60. margin-top: 50rpx;
  61. }
  62. .footer{
  63. width: 100%;
  64. height: 140rpx;
  65. position: fixed;
  66. bottom: 0;
  67. line-height: 140rpx;
  68. font-size:48rpx;
  69. color:#fff;
  70. text-align: center;
  71. background-color: #0792E4;
  72. }