logoff.wxss 868 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .container {
  2. margin: 0rpx 30rpx;
  3. width: calc(100% - 60rpx);
  4. /* height: calc(100vh - 40rpx); */
  5. padding: 0 0;
  6. }
  7. .notice, .reasons, .feedback {
  8. padding: 20rpx;
  9. background: #fff;
  10. width: 100%;
  11. margin-bottom: 20rpx;
  12. border-radius: 16rpx;
  13. }
  14. .notice view, .reasons view {
  15. font-size: 28rpx;
  16. color: #333;
  17. margin-bottom: 10rpx;
  18. }
  19. .title {
  20. font-size: 36rpx !important;
  21. margin-bottom: 20rpx !important;
  22. }
  23. .checkbox-item {
  24. display: flex;
  25. align-items: center;
  26. margin-bottom: 10rpx;
  27. }
  28. .checkbox-item checkbox {
  29. margin-right: 10rpx;
  30. }
  31. .feedback textarea {
  32. width: 100%;
  33. height: 120rpx;
  34. font-size: 28rpx;
  35. color: #333;
  36. border: none;
  37. outline: none;
  38. resize: none;
  39. }
  40. .confirm-button {
  41. width: 100% !important;
  42. height: 80rpx;
  43. background-color: #1890ff;
  44. color: #fff;
  45. font-size: 32rpx;
  46. border: none;
  47. border-radius: 40rpx;
  48. }