123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219 |
- /* compone/order/order.wxss */
- .orders-one{
- width: 710rpx;
- height: 412rpx;
- padding: 15rpx 0;
- margin-bottom: 30rpx;
- background-color: white;
- box-shadow: 0px 0px 4px #d1d1d1;
- border-radius: 20rpx;
- display: flex;
- justify-content: center;
- }
- .o-one{
- width: 94%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .orders-top{
- height: 60rpx;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .o-top-right{
- display: flex;
- height: 100%;
- flex-direction: row;
- align-items: center;
- }
- .o-top-right image{
- width: 36rpx;
- margin-right: 20rpx;
- height: 36rpx;
- }
- .o-one .o-body-scroll image{
- border-radius: 10rpx;
- }
- .o-one .o-body-scroll{
- display: flex;
- height: 100%;
- }
- .o-top-left{
- display: flex;
- }
- .o-one .o-body-scrolls{
- display: flex;
- width: 82%;
- height: 100%;
- white-space: nowrap;
- }
- .o-top-left-name{
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- margin-left: 20rpx;
- }
- .o-one .o-body-go{
- font-size: 24rpx;
- color: #656565;
- height: 100%;
- display: flex;
- width: 150rpx;
- justify-content: center;
- align-items: center;
- }
- .o-one .o-body-go image{
- width: 18rpx;
- height: 24rpx;
- margin-left: 5rpx;
- }
- .o-one .orders-price{
- display: flex;
- align-items: flex-end;
- }
- .o-one .o-p-he{
- font-size: 24rpx;
- color: #3F3F3F;
- }
- .o-one .o-p-bi{
- color: #3F3F3F;
- font-size: 28rpx;
- font-weight: 600;
- }
- .o-one .o-p-ge{
- font-size: 40rpx;
- color: #3F3F3F;
- margin-bottom: -7rpx;
- margin-left: 10rpx;
- font-weight: 600;
- }
- .orders-share{
- background-color: white;
- width: 138rpx;
- height: 56rpx;
- font-size: 24rpx;
- display: flex;
- color: #989898;
- border-radius: 40rpx;
- border: 1px solid #D6D6D6;
- align-items: center;
- margin-left: 1rpx;
- justify-content: center;
- }
- .orders-share image{
- width: 24rpx;
- height: 24rpx;
- }
- .o-b-s-img:not(:first-child) {
- margin-left: 18rpx;
- }
- .o-one .orders-body{
- height: 140rpx;
- width: 100%;
- }
- .o-one .orders-price{
- height: 60rpx;
- width: 100%;
- }
- .o-one .orders-foot{
- height: 60rpx;
- width: 100%;
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: space-between;
- }
- .orders-right{
- width: 55%;
- height: 100%;
- display: flex;
- align-items: center;
- flex-direction: row-reverse;
- margin-right: 1rpx;
- }
- .orders-rel{
- width: 156rpx;
- height: 56rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #FF874E;
- font-size: 24rpx;
- background-color: white;
- border: 1px solid #FF874E;
- border-radius: 30rpx;
- margin-right: 10rpx;
- }
- .orders-pay{
- width: 156rpx;
- height: 56rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #ffffff;
- font-size: 24rpx;
- background-color: #FF874E;
- border-radius: 30rpx;
- margin-right: 10rpx;
- }
- .order{
- width: 710rpx;
- margin-bottom: 30rpx;
- height: 440rpx;
- background-color: white;
- border-radius: 20rpx;
- box-shadow: 0px 0px 4px #d1d1d1;
- display: flex;
- flex-direction: column;
- align-items: center ;
- }
- .order-body{
- width: 99%;
- height: 136rpx;
- display: flex;
- }
- .order-title{
- display: flex;
- width: 600rpx;
- flex-direction: column;
- margin-left: 24rpx;
- justify-content: space-between;
- }
- .order-title>view{
- display: flex;
- align-items: center;
- }
- .titinfo{
- display: flex;
- justify-content: space-between;
- }
- .titinfo>p:first-child{
- width: 380rpx;
- font-size: 28rpx;
- color: #464646;
- font-weight: 600;
- }
- .titinfo>p:last-child{
- font-size: 28rpx;
- font-weight: 600;
- }
- .guiinfo{
- display: flex;
- justify-content: space-between;
- }
- .guiinfo>view>p:first-child{
- font-size: 24rpx;
- color: #3F3F3F;
- }
- .guiinfo>view>p:last-child{
- color:#919191;
- font-size: 24rpx;
- }
- .guiinfo>p{
- font-size: 24rpx;
- color: #3F3F3F;
- }
|