createVoyage.wxss 446 B

12345678910111213141516171819202122232425262728293031
  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: 48rpx;
  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: 1vh;
  26. }