1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .page-wrap{padding: 20rpx;}
- .search-wrap{
- background-color: #fff;
- position: relative;
- padding: 20rpx;
- margin-bottom: 24rpx;
- }
- .search-wrap::after {
- content: "";
- position: absolute;
- width: 100%;
- height: 14rpx;
- bottom: -20rpx;
- left: 0;
- background: linear-gradient(to bottom, #F5F5F5, #fff);
- z-index: -1;
- }
- .vip-icon{
- font-weight: bold;
- background: linear-gradient(180deg, #FFD49C 0%, #C27D22 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- margin-left: 10rpx;
- }
- .gray{
- color: #999;
- }
- .red{
- color: #FF3C3F;
- }
- .line-through{
- text-decoration: line-through;
- }
- .view-wrap{
- padding: 30rpx 20rpx;
- }
- .full-btn{
- background-color: #00A447;
- color: #fff;
- border-radius: 44rpx;
- padding: 22rpx 0;
- text-align: center;
- margin-bottom: 40rpx;
- margin-top: 20rpx;
- }
- .view-wrap{
- background-color: #fff;
- border-bottom: 10rpx solid #F5F5F5;
- }
- .single-til{
- margin-bottom: 20rpx;
- .text{
- font-size: 32rpx;
- color: #333;
- font-weight: 600;
- }
- .more-text{
- font-size: 24rpx;
- color: #999;
- }
- }
|