activateFinish.wxss 927 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. }