/* pages/kecheng/kecheng.wxss */ .container { padding:0; align-items:center; flex-direction:column; justify-content:space-between; } .kecheng { width: 710rpx; height: 275rpx; border-radius: 20rpx; overflow: hidden; display: flex; justify-content: left; align-items: center; margin: 6px 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); } .kecheng_video_up { width: 400rpx; height: 225rpx; margin-left: 10rpx; } .kecheng_video_right { margin-left: 5rpx; width: 290rpx; height: 225rpx; overflow: hidden; } .kecheng_img { background-color: #15457b; width: 100%; height: 100%; border-radius: 15rpx; } .kecheng_title { display: block; font-size: 30rpx; text-align: center; } .kecheng_details { display: block; font-size: 25rpx; margin-top: 15rpx; margin-left: 15rpx; }