openSetting.wxss 473 B

1234567891011121314151617181920212223242526272829303132333435
  1. .container {
  2. background-color: #0B8457;
  3. position: fixed;
  4. top:0;
  5. color:#fff;
  6. }
  7. .img{
  8. width:200rpx;
  9. height:200rpx;
  10. border-radius: 50%;
  11. margin-top: 150rpx;
  12. }
  13. .text0{
  14. font-size:54rpx;
  15. margin-top: 170rpx;
  16. text-align: center;
  17. }
  18. .btn{
  19. width:600rpx;
  20. height:90rpx;
  21. border-radius: 14rpx;
  22. border:1rpx solid #fff;
  23. background-color: #0B8457;
  24. margin-top: 40rpx;
  25. color:#fff;
  26. }
  27. .text1{
  28. font-size:28rpx;
  29. margin-top: 40rpx;
  30. text-align: center;
  31. }