1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .big_title {
- font-size: 34rpx !important;
- }
- .small_title {
- font-size: 28rpx !important;
- margin-top: 15rpx;
- }
- .mer_each view {
- padding:0 24rpx;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .mer_each {
- width: 336rpx;
- height: 221rpx;
- background-color: #f7fdfb;
- border-radius: 12rpx;
- float: left;
- margin-left: 26rpx;
- margin-top: 26rpx;
- overflow: hidden;
- }
- .nav {
- position: relative;
- border-radius: 15rpx;
- overflow: hidden;
- margin-top: 30rpx;
- }
- .title {
- color: white;
- background-color: rgba(0, 0, 0, 0.4);
- text-align: left;
- width: 100%;
- line-height: 70rpx;
- position: absolute;
- bottom: 10rpx;
- left: 0;
- }
|