createVoyage.wxss 563 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* pages/voyageManage/createVoyage/createVoyage.wxss */
  2. .line {
  3. width: 80%;
  4. margin: 30rpx auto;
  5. font-size: 28rpx;
  6. position: relative;
  7. }
  8. /* .line view {
  9. line-height: 48rpx;
  10. }
  11. .line input {
  12. border: 1px solid grey;
  13. height: 80rpx;
  14. width: 50vw;
  15. } */
  16. .next {
  17. text-align: center;
  18. width: 300rpx;
  19. height: 80rpx;
  20. line-height: 80rpx;
  21. color: #fff;
  22. background: #0094FE;
  23. border-radius: 10rpx;
  24. margin: 0 auto;
  25. margin-top: 5vh;
  26. }
  27. .delete {
  28. position: absolute;
  29. right: 10rpx;
  30. top: 14rpx;
  31. width: 52rpx;
  32. height: 52rpx;
  33. z-index: 5;
  34. }