change-env.wxss 838 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .use-popup {
  2. width: 558rpx;
  3. /* height: 350rpx; */
  4. background: #FFFFFF;
  5. border-radius: 20rpx;
  6. overflow: hidden;
  7. /* justify-content: center; */
  8. justify-content: space-evenly;
  9. }
  10. /* .use-popup .red {
  11. font-size: 24rpx;
  12. font-family: PingFangSC-Regular, PingFang SC;
  13. font-weight: 400;
  14. color: #E95564;
  15. } */
  16. .use-popup input {
  17. text-align: left;
  18. padding: 30rpx;
  19. }
  20. radio-group {
  21. padding: 30rpx 30rpx 0;
  22. }
  23. radio-group label {
  24. margin-bottom: 30rpx;
  25. }
  26. .use-btn {
  27. padding: 30rpx;
  28. border-top: 1rpx solid #ccc;
  29. }
  30. .use-btn .btn {
  31. flex: 1;
  32. /* width: 208rpx; */
  33. height: 92rpx;
  34. /* margin: 0 48rpx; */
  35. font-size: 36rpx;
  36. color: #FA7D22;
  37. border-radius: 52rpx;
  38. border: 2rpx solid #FA7D22;
  39. }
  40. .use-btn .confirm {
  41. /* margin-top: 28rpx; */
  42. margin-left: 46rpx;
  43. background-color: #FA7D22;
  44. color: #fff;
  45. }