createVoyage.wxss 236 B

123456789101112131415161718
  1. /* pages/voyageManage/createVoyage/createVoyage.wxss */
  2. .line {
  3. width: 80%;
  4. margin: 30rpx auto;
  5. font-size: 28rpx;
  6. }
  7. .line view {
  8. line-height: 48rpx;
  9. }
  10. .line input {
  11. border: 1px solid grey;
  12. height: 48rpx;
  13. width: 50vw;
  14. }