/*状态颜色变化*/ .state1 { background: linear-gradient(163deg, #68e9ce 0%, #18d5b9 100%); box-shadow: 0px 0px 6rpx 0px #18d5b9; } .state2 { background: linear-gradient(163deg, #c0c0c0 0%, #808080 100%); box-shadow: 0 0 6rpx 0 #a9a9a9; } .state3 { background: linear-gradient(163deg, #41b8fd 0%, #0ee7fe 100%); box-shadow: 0 0 6rpx 0 #0ee7fe; } .state4 { background: linear-gradient(163deg, rgba(255, 139, 102, 1) 0%, rgba(254, 87, 34, 1) 100%); box-shadow: 0 0 6rpx 0 rgba(254, 94, 44, 1); } .state5 { background: linear-gradient(163deg, #ff8cc7 0%, #f232a3 100%); box-shadow: 0 0 6rpx 0 #f16cbd; } .state6 { background: linear-gradient(163deg, #9382f4 0%, #a297fb 100%); box-shadow: 0px 0px 6rpx 0px #968efb; } .state7 { background: linear-gradient(163deg, #ff6477 0%, #ff7a69 100%); box-shadow: 0px 0px 6rpx 0px #ff6f70; } .state8 { background: linear-gradient(163deg, #ff9854 0%, #ffc573 100%); box-shadow: 0px 0px 6rpx 0px #ffb265; } .state9 { background: linear-gradient(163deg, #d684dd 0%, #f7a7ec 100%); box-shadow: 0px 0px 6rpx 0px #e694e4; } .state10 { background: linear-gradient(163deg, #47dda8 0%, #61f79c 100%); box-shadow: 0px 0px 6rpx 0px #54eaa2; } .state11 { background: linear-gradient(163deg, #88b9e1 0%, #004fb6 100%); box-shadow: 0px 0px 6rpx 0px #004fb6; } view { font-family: 'PFnoraml'; } text { font-family: 'PFnoraml'; } /* 弹性布局 */ .flex { display: flex; align-items: center; } .flexB { display: flex; justify-content: space-between; align-items: center; } .flexA { display: flex; justify-content: space-around; align-items: center; } .flexC { display: flex; justify-content: center; align-items: center; } .flexCC { display: flex; flex-direction: column; justify-content: center; align-items: center; } /* 遮罩层 */ .cover { min-height: 100%; width: 100%; height: 100%; background: #000; opacity: 0.7; position: absolute; top: 0; left: 0; z-index: 999; } /* 暂无数据 */ .noData { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); } .noData image { width: 200rpx; height: 200rpx; } .noData view { width: 100%; text-align: center; font-size: 28rpx; margin-top: 20rpx; } /* 日租订单和普通订单 */ .cut text { font-size: 28rpx; padding: 15rpx 80rpx; color: #64efda; border: 1px solid #64efda; } .cut text:first-child { border-top-left-radius: 15rpx; border-bottom-left-radius: 15rpx; } .cut text:last-child { border-top-right-radius: 15rpx; border-bottom-right-radius: 15rpx; } .cut .cur { background: #64efda; color: #fff; } /* 备注 */ .remark { width: 690rpx; background: rgba(255, 255, 255, 1); box-shadow: 0px 0px 13rpx 0px rgba(216, 216, 216, 1); border-radius: 10rpx; margin-top: 30rpx; padding: 12rpx 0; height: auto; } .remark text { display: inline-block; margin-left: 25rpx; font-size: 28rpx; } .mark { display: flex; align-items: center; padding:6rpx 0; } .mark textarea { color: #000; width: 65%; padding: 0rpx 10rpx; font-size: 28rpx; } .normal { outline: none; border: none; } .change { border: 1rpx solid #969799; outline: none; border-radius: 10rpx; } .mark view { width: 88rpx; height: 46rpx; background: #18D5B9; border-radius: 10rpx; color: #fff; margin-left: 15rpx; font-size: 24rpx; }