| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /* pages/voyageManage/myBills/labDetail.wxss */
- .df {
- display: flex;
- }
- .jcsb {
- justify-content: space-between;
- }
- .jcc {
- justify-content: center;
- }
- .jcfe {
- justify-content: flex-end;
- }
- .jcsa {
- justify-content: space-around;
- }
- .aic {
- align-items: center;
- }
- .line1 {
- display: flex;
- font-size: 30rpx;
- }
- .line1-full-item {
- display: flex;
- margin: 16rpx 0 10rpx 32rpx;
- width: 100%;
- }
- .line1-full-title {
- width: 30%;
- }
- .next {
- width: 50vw;
- text-align: center;
- color: #fff;
- background: #0094FE;
- border-radius: 10rpx;
- margin: 20rpx auto;
- height: 70rpx;
- line-height: 70rpx;
- border-radius: 10rpx;
- padding: 0 30rpx;
- font-size: 30rpx;
- }
|