12345678910111213141516171819202122232425262728293031 |
- .haibaoBox{
- padding-top: 50rpx;
- background-color: aquamarine;
-
- .picBox{
- display: flex;
- justify-content: center;
- .image{
- width: 60%;
- height: 500rpx
- }
- }
-
- .bgList{
- // background-color: #1F79F0;
- margin-top: 50rpx;
- display: flex;
- // .item{
- .image2{
- width: 150rpx;
- height: 200rpx;
-
- margin-right: 10rpx;
- }
-
- .image2_a{
- border: 4rpx solid #1F79F0;
- }
- // }
- }
- }
|