resume.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. }
  41. .info_left_2{
  42. font-size: 28rpx;
  43. }
  44. .info_right{
  45. width: 470rpx;
  46. height: 60rpx;
  47. margin-left: 20rpx;
  48. line-height: 60rpx;
  49. font-size: 28rpx;
  50. }
  51. .info_right_picker{
  52. width: 440rpx;
  53. height: 60rpx;
  54. margin-left: 20rpx;
  55. line-height: 60rpx;
  56. font-size: 28rpx;
  57. }
  58. .info_right_picker_v{
  59. width: 440rpx;
  60. height: 60rpx;
  61. }
  62. .placeholder{
  63. font-size: 28rpx;
  64. color: #c2c6da;
  65. }
  66. .next-gray{
  67. width: 30rpx;
  68. height: 30rpx;
  69. }
  70. .bottom{
  71. display: flex;
  72. flex-flow: row nowrap;
  73. justify-content: center;
  74. align-items: center;
  75. position: fixed;
  76. background-color: #f2f2f2;
  77. border-radius: 10rpx;
  78. height: 100rpx;
  79. bottom: 0rpx;
  80. left: 0rpx;
  81. width: 100%;
  82. z-index: 999;
  83. }
  84. .save{
  85. background-color: #1296db;
  86. color: #fff;
  87. width: 710rpx;
  88. height: 80rpx;
  89. text-align: center;
  90. line-height: 80rpx;
  91. border-radius: 10rpx;
  92. }