You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

.allOrder{height: calc(100vh - 100rpx); overflow: auto;}
.list {background: #fff; margin-top: 20rpx; padding: 10rpx 0; font-size: 28rpx;}
.list>view {padding: 20rpx; overflow: hidden; }
.list>view:last-of-type { border-bottom: none;}
.title { width: 170rpx; float: left; color: #333; text-align: right}
button::after { border: none;}
.guo { background: #FFF; color: #333;}
.ju { background: #f66;}
.jie,.pai,.zhuan,.sure { background: #0A6597;}
.operate {display: flex; justify-content: space-between; color: #fff; width: 100%; position: fixed; bottom: 0; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
.operate>view { flex: 1; text-align: center; height: 90rpx; font-size: 30rpx; line-height: 90rpx;}
.title-big-two>view>.fkjl{width: 23rpx; height: 22rpx;}
.rj {border: solid #aaa; border-width: 0 2rpx 2rpx 0; display: inline-block; padding: 10rpx; transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}
.detail-list { flex: 1; color: #333; display: flex; align-items: center; }
.detail-list picker{width: 90%;}
.detail-list input{ width: 100%;}
.picker{width: 90%; height: 45rpx;}
.gray{color: #CCC;}