resume.wxss 1.6 KB

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