123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- /* components/user/limitTimeGetting/index.wxss */
- @import '../../../app.wxss';
- .limitTimeGetting{
- padding: 30rpx 0;
- }
- .limitTimeGetting:nth-last-child(1){
- border: none
- }
- .limitTimeGetting image{
- width: 150rpx;
- height: 150rpx;
- flex-shrink: 0
- }
- .info{
- margin-top: -10rpx;
- padding-left: 20rpx;
- box-sizing: border-box
- }
- .limitTimeGetting .header-badge{
- width: 56rpx;
- height: 32rpx;
- /* margin-right:12rpx; */
- border-radius:4rpx
- }
- .header-badge+text{
- color: #333333;
- padding-left: 12rpx;
- box-sizing: border-box
- }
- .info-price{
- padding: 27rpx 0 17rpx
- }
- .info-price text:nth-child(1){
- color:#ff0000;
- margin-right:18rpx
- }
- .info-price text:nth-child(2){
- color:#818181;
- text-decoration: line-through
- }
- .info-count .day{
- color: #34495e;
- margin-right: 8rpx
- }
- .info-count text.sale{
- width: 186rpx;
- height: 36rpx;
- border-radius: 0 10rpx 0 10rpx;
- background: #ffebd0;
- color: #895148;
- }
- .info-address{
- margin-top: 22rpx;
- }
- .info-address image{
- margin-top: 6rpx;
- width: 20rpx;
- height: 24rpx;
- margin-right: 12rpx
- }
- .info-address text{
- color: #818181
- }
|