| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263 |
- .bg {
- position: relative;
- width: 100%;
- min-height: 100%;
- background-color: #f3f3f3;
- }
- .orderDetail-type {
- width: 100%;
- height: 170rpx;
- background: -webkit-linear-gradient(left, #ff5c5c , #ff9b74);
- background: linear-gradient(to right, #ff5c5c , #ff9b74);
- line-height: 170rpx;
- text-align: center;
- font-size: 36rpx;
- font-weight: bold;
- color: #ffffff;
- }
- .orderDetail-address {
- position: relative;
- padding: 0 20rpx;
- color: #4c4c4c;
- font-size: 28rpx;
- background-color: #fff;
- }
- .orderDetail-address__info {
- padding-top: 25rpx;
- }
- .orderDetail-address__name {
- float: left;
- }
- .orderDetail-address__tel {
- float: right;
- }
- .orderDetail-address__more {
- padding-top: 20rpx;
- padding-bottom: 20rpx;
- line-height: 50rpx;
- }
- .orderDetail-address__border {
- position: absolute;
- left: 0;
- bottom: 2rpx;
- width: 100%;
- height: 2rpx;
- }
- .order-main {
- width: 710rpx;
- background-color: #fcfcfc;
- margin-bottom:5px;
- overflow: hidden;
- }
- .order-main__left {
- width: 200rpx;
- height: 200rpx;
- display: inline-block;
- vertical-align: top;
- }
- .order-main__right {
- position: relative;
- width: 490rpx;
- height: 200rpx;
- /* float: right; */
- display: inline-block;
- padding-left: 20rpx;
- box-sizing: border-box;
- }
- .order-info__title {
- color: #4c4c4c;
- padding-top: 5rpx;
- font-size: 24rpx;
- line-height: 36rpx;
- -webkit-line-clamp: 2;
- }
- .order-info__type {
- padding-top: 12rpx;
- font-size: 24rpx;
- color: #bbbbbb;
- }
- .order-info__price {
- font-size: 24rpx;
- color: #eab86a;
- }
- .order-info__point {
- color: #bbbbbb;
- }
- .order-info__count {
- font-size: 24rpx;
- color: #bbbbbb;
- padding-left: 15rpx;
- display: inline;
- }
- .orderDetail-project {
- padding: 20rpx;
- background-color: #fff;
- }
- .orderDetail-count {
- padding-top: 50rpx;
- line-height: 48rpx;
- font-size: 28rpx;
- }
- .orderDetail-count__title {
- color: #4c4c4c;
- float: left;
- }
- .orderDetail-count__count {
- color: #4c4c4c;
- float: right;
- }
- .orderDetail-discount {
- line-height: 48rpx;
- font-size: 28rpx;
- }
- .orderDetail-discount__title {
- color: #4c4c4c;
- float: left;
- }
- .orderDetail-discount__count {
- color: #eab86a;
- float: right;
- }
- .orderDetail-discount__point {
- color: #bbbbbb;
- }
- .orderDetail-payPrice {
- line-height: 80rpx;
- }
- .orderDetail-payPrice__title {
- float: left;
- font-size: 28rpx;
- color: #eab86a;
- }
- .orderDetail-payPrice__count {
- float: right;
- color: #eab86a;
- font-size: 32rpx;
- }
- /*.orderDetail-payPrice__count text {
- float: right;
- }*/
- .orderDetail-info {
- padding: 30rpx 20rpx;
- background-color: #ffffff;
- margin-top: 16rpx;
- }
- .orderDetail-info__line {
- line-height: 42rpx;
- color: #bbbbbb;
- font-size: 24rpx;
- }
- .orderDetail-btnbg {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 88rpx;
- background-color: #fff;
- border-top: 1rpx solid #dddddd;
- }
- .orderDetail-btn__red {
- width: 158rpx;
- height: 58rpx;
- border: 1rpx solid #eab86a;
- font-size: 28rpx;
- color: #eab86a;
- text-align: center;
- line-height: 58rpx;
- border-radius: 5rpx;
- margin-right: 20rpx;
- margin-top: 14rpx;
- float: right;
- }
- .orderDetail-btn__black {
- width: 158rpx;
- height: 58rpx;
- border: 1rpx solid #cccccc;
- font-size: 28rpx;
- color: #4c4c4c;
- text-align: center;
- line-height: 58rpx;
- border-radius: 5rpx;
- margin-right: 20rpx;
- margin-top: 14rpx;
- float: right;
- }
- .orderDetail-btn__wxkf {
- width: 158rpx;
- height: 58rpx;
- border: 1rpx solid #41b03b;
- font-size: 28rpx;
- color: #4c4c4c;
- text-align: center;
- line-height: 58rpx;
- border-radius: 45px;
- margin-right: 20rpx;
- margin-top: 14rpx;
- float: right;
- background: #41b03b;
- color: #FFF;
- }
- .orderDetail-express {
- background-color: #fff;
- margin: 20rpx 0;
- padding: 20rpx 0;
- }
- .orderDetail-express__main {
- background-color: #fffae4;
- margin: 0 auto;
- padding-bottom: 27rpx;
- }
- .orderDetail-express__title {
- text-align: center;
- font-size: 28rpx;
- color: #f7ae87;
- padding: 28rpx 0 16rpx;
- }
- .orderDetail-express__val {
- color: #5b93c3;
- text-align: center;
- font-size: 28rpx;
- font-weight: bold;
- }
- .orderDetail-express__btn {
- width: 88rpx;
- height: 40rpx;
- border: 1rpx solid #f7ae87;
- text-align: center;
- margin: 16rpx auto 0;
- line-height: 40rpx;
- font-size: 24rpx;
- color: #f7ae87;
- border-radius: 5rpx;
- }
- .orderDetail-express__com {
- padding-left: 5rpx;
- }
- .yunfei{
- width: 100%;
- overflow: hidden;
- margin: 5px 0;
- padding-top: 15px;
- font-size: 14px;
- }
- .order-btn__black {
- border: 1rpx solid #eab86a;
- text-align: center;
- line-height: 50rpx;
- position: absolute;
- z-index: 999;
- right: 0;
- bottom: 5rpx;
- border-radius: 45px;
- color: #eab86a;
- font-size: 26rpx;
- padding: 0rpx 25rpx;
- }
- .project-pack-list{
- background: #f7f7f7;
- font-size: 24rpx;
- padding: 15rpx;
- line-height: 36rpx;
- color: #666;
- }
|