123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .caritem_b{
- height: 200rpx;
- width:100%;
- display: flex;
- margin-top:20rpx;
- border-top:1px 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:10rpx 0rpx 0rpx 40rpx;
- align-items:center;
- }
- .caritem_t{
- height: 36rpx;
- line-height: 36rpx;
- color: rgba(56, 55, 53, 1);
- font-size: 26rpx;
- text-align: left;
- }
- .caritem_store{
- height: 28rpx;
- line-height: 28rpx;
- color: rgba(245, 166, 35, 1);
- font-size: 20rpx;
- text-align: center;
- display: inline-block;
- border:1px solid rgba(245, 166, 35, 1);
- border-radius: 8rpx;
- }
- .caritem_time{
- height: 30rpx;
- line-height: 30rpx;
- color: rgba(135, 135, 135, 1);
- font-size: 20rpx;
- text-align: left;
- }
- .caritem_p{
- height: 33rpx;
- line-height: 33rpx;
- color: rgba(33, 36, 37, 1);
- font-size: 28rpx;
- font-family: NotoSansHans-Medium;
- }
- .caritem_guide_p{
- height: 33rpx;
- line-height: 33rpx;
- color: rgba(104, 104, 104, 1);
- font-size: 22rpx;
- text-align: left;
- }
- .caritem_guidep{
- display: inline;
- text-decoration:line-through;
- }
- .delete_collect{
- position: absolute;
- width: 26rpx;
- height: 26rpx;
- bottom: 22rpx;
- right: 40rpx;
- }
|