@import "/template/payDelivery/payDelivery.wxss"; page { background: #f0f0f0; } .cy-order-num-view { width: 100%; height: 293rpx; background: linear-gradient(180deg, var(--color--), rgba(240, 240, 240, 1)); } .cy-order-num-image { position: absolute; margin-left: 20rpx; width: 710rpx; height: 240rpx; background: white; border-radius: 10rpx; } .cy-order-num { position: absolute; top: 60rpx; width: 100%; height: 80rpx; /* color: #ffc639; */ color: var(--color--); font-size: 80rpx; font-weight: 500; } .cy-order-text { position: absolute; width: 100%; height: auto; text-align: center; font-size: 30rpx; font-weight: 500; color: rgba(102, 102, 102, 1); bottom: 46rpx; } .cy-order-info-view { position: relative; margin-top: 20rpx; width: 710rpx; height: auto; background: white; border-radius: 10rpx; padding-bottom: 20rpx; } .cy-line-view { margin-left: 30rpx; width: 650rpx; height: auto; color: #333; font-size: 30rpx; } .cy-order-status-view { width: 100%; height: auto; text-align: center; } .cy-order-status { margin-top: 40rpx; font-size: 32rpx; font-family: PingFang-SC-Medium; font-weight: bold; color: rgba(51, 51, 51, 1); } .cy-store-des { margin-top: 15rpx; text-align: center; font-size: 28rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(102, 102, 102, 1); } .cy-once-order { width: 150rpx; height: 60rpx; margin-right: 30rpx; /* background: rgba(255, 198, 57, 1); */ background: var(--color--); border-radius: 4rpx; font-size: 28rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); padding: 0rpx; margin: 0rpx 30rpx 0rpx 0rpx; } .cy-link-store { margin-left: 10rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(51, 51, 51, 1); } .cy-order-product-info-view { position: relative; margin-top: 20rpx; width: 710rpx; height: auto; border-radius: 10rpx; overflow: hidden; background: white; } .cy-product-list { position: relative; width: 100%; height: auto; background: white; padding-top: 10rpx; } .cy-total-view { margin-left: 30rpx; margin-top: 30rpx; width: 670rpx; height: 40rpx; } .cy-totle-money { margin-right: 40rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(255, 73, 73, 1); } .cy-product-item { margin-top: 10rpx; width: 100%; height: auto; } .cy-item-image { margin: 10rpx 20rpx 10rpx 30rpx; width: 96rpx; height: 96rpx; background: #f3f3f3; } .cy-item-info-view { margin-top: 10rpx; width: 550rpx; height: 120rpx; } .cy-product-name { width: 520rpx; height: 45rpx; font-size: 30rpx; color: #333; background: white; } .cy-product-make { margin-top: 15rpx; width: 520rpx; height: 35rpx; color: #666; font-size: 24rpx; } .cy-order-info-line { margin-left: 30rpx; width: 650rpx; height: auto; } .cy-order-info-line-left { width: 160rpx; font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 500; color: rgba(153, 153, 153, 1); } .cy-order-info-line-right { font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: 400; color: rgba(51, 51, 51, 1); display: flex; align-items: center; } .cy-flex{ display: flex; justify-items: center; } .cy-delivery-image{ width: 20rpx; height: 20rpx; padding-left: 20rpx; display: block; } .cy-delivery-text{ font-size: 40rpx; font-family: PingFang-SC-Medium; font-weight: bold; color: rgba(51, 51, 51, 1); line-height: 50rpx; padding-left: 20rpx; } .cy-delivery-heigth{ height: 50rpx; } .cy-delivery-view-image{ display: flex; justify-content: center; align-content:center; align-items:center; } .cy-delivery{ height:50rpx; position: relative; margin-top: 50rpx; width: 710rpx; border-radius: 10rpx; padding-bottom: 20rpx; } .delivery-message{ font-size: 30rpx; font-family: PingFang-SC-Medium; font-weight: bold; color: rgba(51, 51, 51, 1); padding-left: 10rpx; margin-bottom: 18rpx; } .cy-knight-phone{ width: 32rpx; height: 32rpx; border-radius: 50%; border: 1rpx solid #32ACDF; display: flex; justify-content: center; align-items: center; align-content: center; } .cy-knight-phone image{ width: 20rpx; height: 20rpx; display: block; } .knight{ color: #32ACDF; padding-left: 15rpx; } /*时间轴*/ /*外部容器*/ .listview-container { /* margin: 10rpx 10rpx; */ } /*行样式*/ .play-item { display: flex; height: 180rpx; } .play-item .dotline { width: 35px; position: relative; } .play-item .dotline .line { width: 1px; height: 100%; background: #ccc; position: absolute; top: 0; left: 15px; } .dot { width: 11px; height: 11px; /* background: rgba(255, 198, 57, 1); */ background: var(--color--); position: absolute; top: 10px; left: 10px; border-radius: 50%; } .play-item .dotline .dot2 { width: 11px; height: 11px; background: #777; position: absolute; top: 10px; left: 10px; border-radius: 50%; } .play-item .dotline .time { width: 100%; position: absolute; margin-top: 30px; z-index: 99; font-size: 12px; color: #777; text-align: center; } .play-item .content { width: 170rpx; display: flex; flex-direction: column; /* border-bottom: 1px solid #ddd; */ margin: 3px 0; } .playlog .content .chapter { font-size: 30rpx; line-height: 68rpx; color: #444; white-space: normal; padding-right: 10px; } .play-item .content .course { font-size: 28rpx; line-height: 56rpx; font-family: PingFang-SC-Medium; font-weight: bold; /* color: #999; */ } .play-item-time{ font-size: 28rpx; color: #999; } .content-time{ width: 335rpx; text-align: center; } .listview-buttom{ font-size: 27rpx; color: #999; text-align: center; width: 80%; padding-left: 35rpx; }