微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 line
1.6 KiB

  1. /* pages/apply/index.wxss */
  2. .inComeUnit{
  3. border:1rpx solid #ddd;
  4. width:90%;
  5. margin:0 auto;
  6. }
  7. .top{
  8. display: flex;
  9. width: 94%;
  10. margin: 0 auto;
  11. background-color: #ffffff;
  12. border-radius: 10rpx;
  13. margin-top: 3vw;
  14. overflow: hidden;
  15. }
  16. .top view{
  17. padding: 40rpx 15rpx;
  18. align-items: center;
  19. justify-content: center;
  20. position: relative;
  21. }
  22. .top image{
  23. position: absolute;
  24. width: 94%;
  25. }
  26. .top-title{
  27. flex: 1;
  28. text-align: center;
  29. }
  30. .top-tit{
  31. color: #fff;
  32. }
  33. page {
  34. background: #fbfbfb;
  35. height: auto;
  36. overflow: hidden;
  37. }
  38. .wrapper {
  39. width: 100%;
  40. height: 100vh;
  41. overflow: hidden;
  42. display: flex;
  43. align-content: center;
  44. flex-direction: row;
  45. justify-content: center;
  46. font-size: 28rpx;
  47. }
  48. .hand-writing {
  49. background: #fff;
  50. width: 100%;
  51. height: 100vh;
  52. }
  53. .hand-right {
  54. display: inline-flex;
  55. align-items: center;
  56. height: 100%;
  57. width: 60px;
  58. }
  59. .hand-center {
  60. border: 1rpx dashed #e9e9e9;
  61. flex: 1;
  62. overflow: hidden;
  63. box-sizing: border-box;
  64. }
  65. .hand-title {
  66. transform: rotate(90deg);
  67. flex: 1;
  68. position: absolute;
  69. width: 100px;
  70. right: -19px;
  71. }
  72. .hand-left {
  73. height: 100vh;
  74. width: 60px;
  75. }
  76. .del-btn {
  77. position: absolute;
  78. top: 130px;
  79. bottom: 16px;
  80. transform: rotate(90deg);
  81. color: #02d000;
  82. height: 36px;
  83. }
  84. .del-btn image {
  85. position: absolute;
  86. top: 13rpx;
  87. left: 25rpx;
  88. }
  89. .sub-btn {
  90. position: absolute;
  91. bottom: 52rpx;
  92. color: #999999;
  93. transform: rotate(90deg);
  94. margin-bottom: 30rpx;
  95. }