1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .guess-item {
- padding: 25rpx;
- background: #fff;
- margin-bottom: 15rpx;
- padding-bottom: 45rpx!important;
- }
- .guess-item .guess {
- color: #000;
- font-size: 35rpx;
- font-weight: 500;
- padding-bottom: 25rpx;
- }
- .guess-item .guess-scroll {
- width: 100%;
- font-size: 24rpx;
- overflow: hidden;
- overflow-x: auto;
- -webkit-box-pack: start;
- justify-content: flex-start;
- }
- .guess-item .guess-scroll .scroll-list {
- border: 2rpx solid #f0f0f0;
- border-radius: 25rpx;
- margin-right: 15rpx;
- }
- .guess-item .guess-scroll .scroll-list .scoll-img {
- width: 227rpx;
- border-top-right-radius: 25rpx;
- border-top-left-radius: 25rpx;
- height: 227rpx;
- overflow: hidden;
- }
- .guess-item .guess-scroll .scroll-list .scoll-img image {
- width: 100%;
- height: 100%;
- }
- .guess-item .guess-scroll .scroll-list .scoll-name {
- height: 80rpx;
- width: 227rpx;
- font-size: 22rpx;
- padding: 15rpx;
- }
- .guess-item .guess-scroll .scroll-list .price-list {
- padding: 25rpx 25rpx 25rpx 15rpx;
- }
- .guess-item .guess-scroll .scroll-list .price-list .tpl .red-price {
- color: #f31d29;
- }
- .guess-item .guess-scroll .scroll-list .price-list .tpl .red-price text {
- font-size: 35rpx!important;
- font-weight: 700;
- }
- .guess-item .guess-scroll .scroll-list .price-list .tpl .grey-price {
- text-decoration: line-through;
- color: #999;
- font-size: 10px!important;
- }
- .guess-item .guess-scroll .scroll-list .price-list .img {
- width: 45rpx;
- height: 45rpx;
- }
- .guess-item .guess-scroll .scroll-list .price-list .img image {
- width: 100%;
- height: 100%;
- }
|