activateOK.wxss 554 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .container {
  2. background-color: #f0f0f0;
  3. color: #1e1e1e;
  4. font-weight: 500;
  5. }
  6. .program_activated_clickclose{
  7. width:281rpx;
  8. height:133rpx;
  9. position: fixed;
  10. top:10rpx;
  11. right:40rpx;
  12. }
  13. .universalpic_select_on_green_100x100 {
  14. width: 100rpx;
  15. height: 100rpx;
  16. top: 190rpx;
  17. position: fixed;
  18. }
  19. .text1{
  20. font-size: 64rpx;
  21. top:320rpx;
  22. position: fixed;
  23. }
  24. .panel1{
  25. position: fixed;
  26. bottom:275rpx;
  27. font-size:36rpx;
  28. font-weight: 400;
  29. }
  30. .universalpic_attention_gray_50x50{
  31. width: 50rpx;
  32. height: 50rpx;
  33. margin-right: 20rpx;
  34. }