123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411 |
- .myqr {
- width: 560rpx;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate3d(-50%, -50%, 0);
- background: #efe2e2;
- z-index: 999;
- border-radius: 20rpx;
- /* border: 1rpx solid #999; */
- padding: 20rpx;
- }
- .myqr .cancel {
- position: absolute;
- width: 60rpx;
- height: 60rpx;
- margin-left: 280rpx;
- }
- .myqr .img {
- width: 480rpx;
- }
- .star{
- display: flex;
- margin: 20rpx 0;
- }
- .star image{
- width: 60rpx;
- height: 60rpx;
- }
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .container {
- background: #f4f4f4;
- height: 100vh;
- /* overflow: hidden; */
- width: 100%;
- /* filter: blur(5rpx);*/
- }
- .orders-switch {
- width: 100%;
- background: #fff;
- height: 84rpx;
- /* position: fixed; */
- top: 0rpx;
- /* top: 0rpx; */
- z-index: 1;
- /* border-bottom: 1px solid rgba(0,0,0,.15); */
- }
- .orders-switch .item {
- display: inline-block;
- height: 82rpx;
- width: 18%;
- padding: 0 15rpx;
- text-align: center;
- }
- .orders-switch .item .txt {
- display: inline-block;
- height: 82rpx;
- padding: 0 20rpx;
- line-height: 82rpx;
- color: #9a9ba1;
- font-size: 30rpx;
- width: 170rpx;
- }
- .orders-switch .item.active .txt {
- color: #ab956d;
- border-bottom: 4rpx solid #ab956d;
- }
- .no-order {
- width: 100%;
- height: auto;
- margin: 0 auto;
- }
- .no-order .c {
- width: 100%;
- height: auto;
- margin-top: 400rpx;
- }
- .no-order .c text {
- margin: 0 auto;
- display: block;
- width: 258rpx;
- height: 29rpx;
- line-height: 29rpx;
- text-align: center;
- font-size: 29rpx;
- color: #999;
- }
- .orders {
- height: auto;
- width: 100%;
- overflow: hidden;
- /* margin-top: 85rpx; */
- padding-bottom:120rpx;
- }
- .order {
- margin-top: 20rpx;
- background: #fff;
- /*padding: 0 0 20rpx 0; */
- padding-top: 20rpx;
- }
- .order .h {
- height: 83.3rpx;
- line-height: 83.3rpx;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- border-bottom: 1px solid #f4f4f4;
- font-size: 30rpx;
- color: #333;
- }
- .order .h .l {
- float: left;
- color: #333;
- }
- .order .h .r {
- float: right;
- color: #b4282d;
- font-size: 24rpx;
- }
- .order .b {
- height: 103rpx;
- line-height: 103rpx;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- border-top: 1px solid #f4f4f4;
- font-size: 30rpx;
- color: #333;
- }
- .order .b .l {
- float: left;
- color: #333;
- }
- .order .b .r {
- float: right;
- }
- .order .b .btn {
- margin-top: 19rpx;
- height: 64.5rpx;
- line-height: 64.5rpx;
- text-align: center;
- padding: 0 20rpx;
- border-radius: 5rpx;
- font-size: 28rpx;
- color: #fff;
- background: #b4282d;
- }
- .order .goods {
- display: flex;
- align-items: center;
- /* height: 169rpx; */
- margin-left: 31.25rpx;
- }
-
- .order .goods .info {
- /* height: 145.83rpx; */
- flex: 1;
- padding-left: 20rpx;
- }
- .order .goods .name {
- /* margin-top: 30rpx; */
- display: block;
- /*height: 44rpx;
- line-height: 44rpx;*/
- color: #333;
- font-size: 36rpx;
- }
- .order .goods .number {
- display: block;
- height: 37rpx;
- line-height: 37rpx;
- color: #666;
- font-size: 25rpx;
- margin-top: 10rpx;
- }
- .order .goods .status {
- width: 105rpx;
- color: #b4282d;
- font-size: 25rpx;
- }
- .order-item-operate{
- border-top: 1px solid #f4f4f4;
- height: 82rpx;
- display: flex;
- /* align-items: center;
- justify-content: space-between; */
- padding:0 32rpx;
- }
- .order-operate-wrapper{
- width: 100%;
- /* height: 80rpx; */
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
- .order-operate-wrapper>view{
- margin: 0 10rpx;
- height: 44rpx;
- width:128rpx;
- text-align: center;
- line-height: 45rpx;
- border-radius:10rpx;
- border:1rpx solid #09afff;
- font-size: 28rpx;
- /* margin-left:20rpx; */
- color: #333;
- }
-
- .content {
- font-size: 46rpx;
- line-height: 50rpx;
- font-weight: 500;
- margin: 20rpx;
- color: #333;
- }
- .book{
- /* margin: 20rpx 20rpx; */
- margin-bottom: 20rpx;
- /* height: 320rpx; */
- /* width: 710rpx; */
- border: 1rpx solid #999;
- border-radius: 10rpx;
- display: flex;
- flex-flow: column;
- padding-bottom: 20rpx;
-
- }
-
- .bookname {
- display: block;
- color: #333;
- line-height: 32rpx;
- font-size: 32rpx;
- margin: 20rpx 20rpx;
- }
- .serviceTime{
- display: block;
- color: #333;
- line-height: 32rpx;
- font-size: 32rpx;
- margin: 20rpx 20rpx;
- font-weight: 300;
- }
- .goodsname{
- color: #333;
- line-height: 32rpx;
- font-size: 32rpx;
- margin: 20rpx 20rpx;
- font-weight: 300;
- }
- .status{
- height: 40rpx;
- float: right;
- margin: 10rpx;
- background-color: #09AFFF;
- padding: 10rpx;
- border-radius: 10rpx;
- color: #fff;
- }
- .address {
- display: block;
- color: darkred;
- line-height: 36rpx;
- font-size: 36rpx;
- margin: 20rpx 20rpx;
- }
- .service{
- display: block;
- line-height: 40rpx;
- font-size: 33rpx;
- margin-left: 20rpx;
- }
- .tool{
- margin-right : 20rpx;
- margin-top: 10rpx;
- display: flex;
- }
-
- /* 预检项目样式 */
- .row{
- margin-top: 20rpx;
- padding: 20rpx;
- border: 1rpx solid #999;
- border-radius: 10rpx;
- }
- .title{
- display: block;
- height: 50rpx;
- }
- .left{
- float: left;
- color:#333;
- }
- .right{
- float:right;
- color:#333;
- }
- .category{
- font-size: 36rpx;
- color: #333;
- font-weight: 500;
- }
- .content{
- margin-top: 20rpx;
- }
- .device{
- font-size: 36rpx;
- font-weight: 200;
- }
- .problem{
- display: flex;
- flex-wrap: wrap;
- }
- .item{
- margin: 6rpx;
- }
- .img{
- margin: 10rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .footer{
- position: fixed;
- bottom: 0rpx;
- display: flex;
- /* justify-content: center; */
- width: 100%;
- background-color: #fff;
- padding: 10rpx 0;
- align-items: center;
- margin: auto 0;
- height: 76rpx;
- }
- .btn1 {
- height: 76rpx;
- line-height: 76rpx;
- width: 220rpx;
- color: #333;
- font-size: 30rpx;
- /* background-color: #09AFFF; */
- border-radius: 10rpx;
- letter-spacing: 3rpx;
- }
- .btn {
- height: 56rpx;
- line-height: 56rpx;
- width: 300rpx;
- color: #fff;
- font-size: 30rpx;
- background-color: #09AFFF;
- border-radius: 28rpx;
- letter-spacing: 3rpx;
- text-align: center;
- /* margin: 20rpx auto 0; */
- }
- .comment-txt{
- width:auto;
- border:3rpx solid #999;
- border-radius:10rpx;
- text-align: left;
- padding:10rpx;color:#333;
- }
-
|