| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- .item-iamge .image{
- width: 749rpx;
- height: 360rpx;
- }
- .item-title{
- margin-top: 39rpx;
- margin-left: 30rpx;
- width: 400rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- }
- .item-title-line{
- height: 32rpx;
- width: 10rpx;
- background-color: #3FB0FF;
- }
- .item-title-font{
- font-size: 32rpx;
- color: #333333;
- margin-left: 15rpx;
- font-weight: 700;
- margin-top: -5rpx;
- }
- .item-list{
- width: 590rpx;
- margin-top: 40rpx;
- margin-left: 80rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .item-list-one{
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .img-btn{
- width: 90rpx;
- height: 90rpx;
- }
- .list-txt{
- margin-top: 29rpx;
- font-size: 30rpx;
- color: #333333;
- }
|