resume.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. .content{
  2. background-color: #F2F2F2;
  3. padding: 20rpx;
  4. }
  5. Page {
  6. width: 100%;
  7. height: 100%;
  8. background-color: #F2F2F2;
  9. }
  10. .info_title{
  11. display: flex;
  12. flex-flow: row nowrap;
  13. justify-content: left;
  14. align-items: center;
  15. height: 80rpx;
  16. margin-bottom: 3rpx;
  17. font-weight: 600;
  18. background-color: #fff;
  19. padding-left: 20rpx;
  20. }
  21. .info{
  22. display: flex;
  23. flex-flow: row nowrap;
  24. justify-content: space-around;
  25. align-items: center;
  26. background-color: #fff;
  27. height: 80rpx;
  28. border-radius: 10rpx;
  29. margin-bottom: 3rpx;
  30. padding-left:20rpx
  31. }
  32. .info_left{
  33. display: flex;
  34. flex-flow: row nowrap;
  35. justify-content: flex-start;
  36. align-items: center;
  37. width: 180rpx;
  38. height: 60rpx;
  39. }
  40. .info_left_1{
  41. color: red;
  42. margin-right:10rpx;
  43. height: 60rpx;
  44. line-height: 60rpx;
  45. }
  46. .info_left_2{
  47. font-size: 28rpx;
  48. height: 60rpx;
  49. line-height: 60rpx;
  50. }
  51. .info_right{
  52. width: 470rpx;
  53. height: 60rpx;
  54. margin-left: 20rpx;
  55. line-height: 60rpx;
  56. font-size: 28rpx;
  57. }
  58. .info_right_picker{
  59. width: 440rpx;
  60. height: 60rpx;
  61. margin-left: 20rpx;
  62. line-height: 60rpx;
  63. font-size: 28rpx;
  64. }
  65. .info_right_picker_v{
  66. width: 440rpx;
  67. height: 60rpx;
  68. }
  69. .placeholder{
  70. font-size: 28rpx;
  71. color: #c2c6da;
  72. }
  73. .next-gray{
  74. width: 8px;
  75. height: 14px;
  76. }
  77. .bottom{
  78. display: flex;
  79. flex-flow: row nowrap;
  80. justify-content: center;
  81. align-items: center;
  82. position: fixed;
  83. background-color: #f2f2f2;
  84. border-radius: 10rpx;
  85. height: 100rpx;
  86. bottom: 0rpx;
  87. left: 0rpx;
  88. width: 100%;
  89. z-index: 999;
  90. }
  91. .save{
  92. background-color: #FF8364;
  93. color: #fff;
  94. width: 710rpx;
  95. height: 80rpx;
  96. text-align: center;
  97. line-height: 80rpx;
  98. border-radius: 10rpx;
  99. }