resume.wxss 1.3 KB

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