页面构成

This commit is contained in:
Abin
2026-01-05 18:07:57 +08:00
parent 66b2e3ddac
commit c2f0c46c4d
40 changed files with 2817 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
/* 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;
}