activateFinish.wxss 799 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. .img{
  33. width:50rpx;
  34. height:50rpx;
  35. border-radius: 10rpx;
  36. }
  37. .title1{
  38. margin-left: 20rpx;
  39. font-size:28rpx;
  40. }
  41. .btnRefresh{
  42. width:108rpx;
  43. height:50rpx;
  44. border-radius: 10rpx;
  45. background-color: #0792E4;
  46. color:#fff;
  47. font-size:24rpx;
  48. text-align: center;
  49. line-height: 50rpx;
  50. }