sysset.wxss 635 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. page {
  2. background: #fff;
  3. }
  4. .part {
  5. background: #fff;
  6. padding: 0 30rpx;
  7. margin-bottom: 20rpx;
  8. }
  9. .rzrow {
  10. height: 100rpx;
  11. line-height: 100rpx;
  12. position: relative;
  13. color: #3c3c3c;
  14. border-bottom: 1rpx solid #e6e6e6;
  15. }
  16. .rzrow input {
  17. width: 100%;
  18. height: 100%;
  19. text-align: right;
  20. }
  21. .foot {
  22. height: 150rpx;
  23. background: #fff;
  24. text-align: center;
  25. position: relative;
  26. }
  27. .bluebtn {
  28. position: absolute;
  29. left: 0;
  30. right: 0;
  31. top: 25rpx;
  32. height: 100rpx;
  33. background: #30afff;
  34. color: #fff;
  35. text-align: center;
  36. line-height: 100rpx;
  37. border-radius: 50rpx;
  38. }
  39. .rzrow .flex1 {
  40. text-align: right;
  41. }