index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .page{
  2. border-top: 10rpx solid #f5f5f5;
  3. padding: 0 20rpx;
  4. }
  5. .title{
  6. font-size: 14px;
  7. padding: 30rpx 40rpx 30rpx 20rpx;
  8. box-sizing: border-box;
  9. }
  10. .icon-box{
  11. width: 20px;
  12. margin-right: 20rpx;
  13. }
  14. .title{
  15. border-bottom: 1px solid #eaeaea;
  16. }
  17. .group{
  18. box-sizing: border-box;
  19. }
  20. .group{
  21. margin-bottom: 60px;
  22. }
  23. .input{
  24. padding: 0 20rpx!important;
  25. }
  26. .list{
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. width: 100%;
  31. font-size: 14px;
  32. padding:20rpx 0 20rpx 30rpx;
  33. border-bottom: 1px solid #ddd;
  34. box-sizing: border-box;
  35. &-title{
  36. color:#495060;
  37. min-width:65px;
  38. padding-right:10px;
  39. &.required::after{
  40. content: "*";
  41. color:red;
  42. }
  43. }
  44. &-content{
  45. flex:1;
  46. .extra{
  47. display: flex;
  48. justify-content: flex-end;
  49. align-items: center;
  50. margin-right: 10px;
  51. }
  52. }
  53. }
  54. .i-cell-group,
  55. .flex{
  56. display: flex!important;
  57. }
  58. .border{
  59. border:1px solid #eaeaea;
  60. height: 73rpx;
  61. }
  62. .select{
  63. height: 100%;
  64. }
  65. picker{
  66. height: 100%;
  67. }
  68. .picker{
  69. height: 73rpx;
  70. line-height: 73rpx;
  71. padding: 0 20rpx;
  72. box-sizing: border-box;
  73. }