nvue.css 879 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .uni-pd {
  2. padding-left: 30upx;
  3. padding-top: 20upx;
  4. padding-bottom: 20upx;
  5. background-color: #EEEEEE;
  6. }
  7. .uni-padding-wrap{
  8. padding:0 30upx;
  9. }
  10. .uni-list-cell {
  11. position: relative;
  12. display: flex;
  13. margin-top: 5upx;
  14. flex-direction: row;
  15. justify-content: space-between;
  16. align-items: center;
  17. background-color: #FBFBFB;
  18. }
  19. .uni-label {
  20. width: 210upx;
  21. word-wrap: break-word;
  22. word-break: break-all;
  23. text-indent:20upx;
  24. }
  25. .uni-list-cell-db{
  26. flex: 1;
  27. padding-left: 20upx;
  28. }
  29. .uni-input {
  30. height: 50upx;
  31. flex: 1;
  32. }
  33. .uni-common-mt{
  34. margin-top:30upx;
  35. }
  36. .uni-btn-v{
  37. padding:10upx 0;
  38. }
  39. .btn {
  40. height: 100upx;
  41. border-width: 2upx;
  42. border-style: solid;
  43. border-color: rgb(162, 217, 192);
  44. background-color: rgba(162, 217, 192, 0.2);
  45. border-radius: 5upx;
  46. display:inline-block;
  47. margin-top: 20upx;
  48. text-align: center;
  49. line-height: 100upx;
  50. }
  51. .uni-center{
  52. text-align:center;
  53. }