123456789101112131415161718192021222324252627282930313233343536373839 |
- ::v-deep .u-line{
- width: 56rpx!important;
- }
- .page{
- padding-bottom: 54rpx;
- }
- .con{
- width:100%;
- display: flex;
- flex-wrap: wrap;
- padding: 24rpx 32rpx;
- padding-left: 28rpx;
- .item{
- width: 336rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- border: 2rpx solid #F1F1F1;
- margin-right: 16rpx;
- margin-bottom: 24rpx;
- image{
- width: 100%;
- height: 292rpx;
- border-radius: 30rpx 30rpx 0 0;
- }
- .bottom{
- display: flex;
- justify-content: center;
- align-items: center;
- height: 76rpx;
-
- .txt{
- width: 85%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- }
- }
|