森蓝小程序
This commit is contained in:
172
pages/home/index.css
Normal file
172
pages/home/index.css
Normal file
@@ -0,0 +1,172 @@
|
||||
.page {
|
||||
position: absolute;
|
||||
height: 100vh;
|
||||
width: 100vw;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/bg_%E4%B8%BB%E8%83%8C%E6%99%AF%402x.png)
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.back {
|
||||
position: absolute;
|
||||
width: 56px;
|
||||
height: 56px;
|
||||
left: 0;
|
||||
background-image: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/humeng/vlog/lv2_icon_backBlack%402x.png);
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
.title {
|
||||
position: absolute;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
color: #454F63;
|
||||
z-index: 999;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.root {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.box_1 {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
padding-bottom: 30%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.box_3 {
|
||||
padding: 20rpx 0 10rpx 24rpx;
|
||||
}
|
||||
|
||||
.text-wrapper_2 {
|
||||
margin: 10rpx 10rpx 0 0;
|
||||
}
|
||||
|
||||
.text_4 {
|
||||
overflow-wrap: break-word;
|
||||
color: rgba(38, 47, 64, 1);
|
||||
font-size: 32rpx;
|
||||
font-family: PingFangSC-Medium;
|
||||
font-weight: 900;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
line-height: 32rpx;
|
||||
}
|
||||
|
||||
.text-wrapper_3 {
|
||||
position: absolute;
|
||||
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/img_%E5%85%8D%E8%B4%B9%402x.png)
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin-left: 168rpx;
|
||||
padding: 8rpx 12rpx 8rpx 24rpx;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.text-wrapper_5 {
|
||||
position: absolute;
|
||||
background: url(https://res.oss.humengfilms.com/hm_aigc/applet/img_%E4%BB%98%E8%B4%B9%402x.png)
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin-left: 168rpx;
|
||||
padding: 8rpx 12rpx 8rpx 24rpx;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.text-wrapper_6 {
|
||||
position: absolute;
|
||||
background: url(https://humeng-res.oss-cn-beijing.aliyuncs.com/hm_aigc/applet/img_%E5%B7%B2%E8%B4%AD%402x.png)
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
margin-left: 168rpx;
|
||||
padding: 8rpx 12rpx 8rpx 24rpx;
|
||||
top: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.text_5 {
|
||||
overflow-wrap: break-word;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 24rpx;
|
||||
font-family: PingFangSC-Medium;
|
||||
font-weight: 500;
|
||||
text-align: left;
|
||||
white-space: nowrap;
|
||||
line-height: 24rpx;
|
||||
}
|
||||
|
||||
.text-wrapper_4 {
|
||||
position: absolute;
|
||||
bottom: 5rpx;
|
||||
background-size: 100% 100%;
|
||||
/* margin-top: 208rpx; */
|
||||
/* padding: 40rpx 144rpx 24rpx 24rpx; */
|
||||
height: 40rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.text_6 {
|
||||
overflow-wrap: break-word;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
font-size: 28rpx;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
line-height: 40rpx;
|
||||
width: 95%;
|
||||
overflow: hidden;
|
||||
/* margin-left: 5%; */
|
||||
}
|
||||
|
||||
.img_1 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 11px;
|
||||
}
|
||||
|
||||
.scroll-view_H {
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
margin-top: 25rpx;
|
||||
}
|
||||
|
||||
.scroll-view-item_H {
|
||||
display: inline-block;
|
||||
width: 249rpx;
|
||||
height: 330rpx;
|
||||
line-height: 300rpx;
|
||||
text-align: center;
|
||||
font-size: 36rpx;
|
||||
margin-right: 20px;
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.section_8 {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 130rpx;
|
||||
background: #ffffff
|
||||
100% no-repeat;
|
||||
background-size: 100% 100%;
|
||||
padding: 14px 72px 4px 72px;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.box_3:last-child {
|
||||
margin-bottom: 220rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user