subscribe.wxss 572 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .icon_sys_11{
  2. width:120rpx;
  3. height:120rpx;
  4. margin-top: 200rpx;
  5. }
  6. .text01{
  7. font-size: 36rpx;
  8. margin-top: 30rpx;
  9. }
  10. .panel1{
  11. width:600rpx;
  12. height:350rpx;
  13. background-color: #fff;
  14. margin-top: 100rpx;
  15. border-radius: 20rpx;
  16. justify-content: flex-start;
  17. }
  18. .text02{
  19. font-size: 28rpx;
  20. font-weight: 400;
  21. margin-top: 80rpx;
  22. }
  23. .btn{
  24. width:360rpx;
  25. height:110rpx;
  26. line-height: 110rpx;
  27. text-align: center;
  28. border: 3rpx solid #EB5C28;
  29. margin-top: 40rpx;
  30. border-radius: 20rpx;
  31. background-color: #FCE9E3;
  32. color:#EB5C28;
  33. font-size: 36rpx;
  34. }