123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- /* compone/order-card/order-card.wxss */
- .lately{
- /* width: 710rpx; */
- margin-top: 20rpx;
- height: 414rpx;
- background-color: white;
- border-radius: 20rpx;
- box-shadow: 0px 0px 4px #d1d1d1;
- display: flex;
- justify-content: center;
- }
- .late-body{
- width: 92%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .late-title{
- height: 80rpx;
- width: 100%;
- margin-top: 10rpx;
- font-size: 32rpx;
- font-weight: 600;
- color: #464646;
- }
- .late-progress{
- height: 16rpx;
- width: 100%;
- }
- .late-c-b{
- display: flex;
- height: 100%;
- width: 300rpx;
- align-items: center;
- }
- .late-c-b p {
- margin-left: 20rpx;
- font-size: 32rpx;
- color: #464646;
- font-weight: 600;
- }
- .late-time{
- margin-top: -15rpx;
- width: 100%;
- height: 30rpx;
- font-size: 22rpx;
- color:#F35E5E;
- display: flex;
- flex-direction: row-reverse;
- }
- .late-c-p{
- color: #11CD6A;
- font-size: 26rpx;
- }
- .late-content{
- margin-top: -20rpx;
- width: 100%;
- height: 50rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .late-items{
- /* height: 130rpx; */
- width: 100%;
- margin-top: -20rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .late-scroll{
- display: flex;
- width: 82%;
- /* height: 100%; */
- white-space: nowrap;
- }
- .late-scroll .van-image image{
- border-radius: 10rpx;
- }
- .late-img:not(:first-child) {
- margin-left: 25rpx;
- }
- .late-num{
- display: flex;
- width: 100rpx;
- height: 100%;
- align-items: center;
- /* font-size: 30rpx; */
- font-size: 24rpx;
- color: #656565;
- }
- .late-num image{
- height: 26rpx;
- width: 22rpx;
- }
- .forlate{
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .lately-1{
- width: 710rpx;
- height: 270rpx;
- margin-top: 30rpx;
- background-color: white;
- border-radius: 20rpx;
- box-shadow: 0px 0px 4px #d1d1d1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .late1-body{
- width: 92%;
- display: flex;
- justify-content: space-between;
- height: 210rpx;
- }
- .late1-body .van-image image{
- border-radius: 20rpx;
- }
- .late1-cont{
- width: 64%;
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 26rpx;
- }
- .late1-title{
- font-size: 28rpx;
- font-weight: 550;
- }
- .late1-time{
- display: flex;
- flex-direction: row-reverse;
- color: #F35E5E;
- font-size: 22rpx;
- }
- .late1-content{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .late1-c-b{
- height: 100%;
- display: flex;
- align-items: center;
- font-size: 32rpx;
- font-weight: 600;
- color: #464646;
- }
- .late1-c-b p{
- margin-left: 20rpx;
- }
- .late1-c-p{
- font-size: 24rpx;
- color: #11CD6A;
- }
|