| 12345678910111213141516171819202122232425262728293031 |
- /* pages/voyageManage/createVoyage/createVoyage.wxss */
- .line {
- width: 80%;
- margin: 30rpx auto;
- font-size: 28rpx;
- position: relative;
- }
- .line view {
- line-height: 48rpx;
- }
- .line input {
- border: 1px solid grey;
- height: 48rpx;
- width: 50vw;
- }
- .next {
- text-align: center;
- width: 300rpx;
- height: 80rpx;
- line-height: 80rpx;
- color: #fff;
- background: #0094FE;
- border-radius: 10rpx;
- margin: 0 auto;
- margin-top: 1vh;
- }
|