| 123456789101112131415161718192021222324252627282930313233343536373839 |
- /* 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: 80rpx;
- 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: 5vh;
- }
- .delete {
- position: absolute;
- right: 10rpx;
- top: 14rpx;
- width: 52rpx;
- height: 52rpx;
- z-index: 5;
- }
|