123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .caritem_b{
- height: 200rpx;
- width:100%;
- display: flex;
- margin-top:20rpx;
- border-top:1rpx solid #F9F9F9;
- background: white;
- position: relative;
- }
- .caritem_img{
- display: block;
- width:290rpx;
- height:100%;
- background-repeat: no-repeat;
- background-size: 100%;
- background-position: center;
- }
- .caritem_info{
- padding:15rpx 38rpx 15rpx 20rpx;
- align-items:center;
- display: flex;
- flex-direction:column;
- justify-content:space-around;
- align-items:flex-start;
- flex: 1;
- }
- .caritem_t{
- line-height: 36rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- text-align: left;
- font-family: PingFangSC-Medium,NotoSansHans-Medium;
- float:left;
- }
- .caritem_time{
- height: 30rpx;
- line-height: 30rpx;
- color: rgba(135, 135, 135, 1);
- font-size: 20rpx;
- text-align: left;
- float:left;
- display: flex;
- }
- .caritem_time_i{
- flex: 1;
- }
- .caritem_store{
- height: 28rpx;
- margin-left:10rpx;
- padding:0rpx 6rpx 0rpx 3rpx;
- max-width:114rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow:ellipsis;
- line-height: 30rpx;
- color: rgba(245, 166, 35, 1);
- font-size: 20rpx;
- text-align: center;
- display: inline-block;
- border:1rpx solid rgba(245, 166, 35, 1);
- border-radius: 4rpx;
- }
- .caritem_p{
- height: 33rpx;
- line-height: 33rpx;
- color: rgba(33, 36, 37, 1);
- font-size: 28rpx;
- font-family: PingFangSC-Semibold,NotoSansHans-Blod;
- float:left;
- }
- .caritem_p_img{
- width: 20rpx;
- height: 20rpx;
- }
- .caritem_guide_p{
- height: 33rpx;
- line-height: 33rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 22rpx;
- text-align: left;
- float:left;
- }
- .caritem_guidep{
- display: inline;
- text-decoration:line-through;
- }
- .delete_collect{
- position: absolute;
- width: 26rpx;
- height: 26rpx;
- bottom: 22rpx;
- right: 40rpx;
- }
- .order_inof_b{
- height: 98rpx;
- background-color: white;
- display: flex;
- align-items: center;
- line-height: 26rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- }
- .order_price{
- flex: 1;
- border-left:4rpx solid #FFE600;
- margin-left:38rpx;
- font-family: PingFangSC-Regular,NotoSansHans-DemiLight;
- }
- .order_earnest{
- width:200rpx;
- }
- .order_loans{
- width:110rpx;
- }
- .order_status{
- width:80rpx;
- font-weight: bold;
- }
- .order_link{
- width:22rpx;
- height: 22rpx;
- margin-right: 38rpx;
- margin-left:20rpx;
- }
|