activateFinish.wxss 1.1 KB

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