小程序提交
This commit is contained in:
57
pages/welcome/homePage/homePage.wxss
Normal file
57
pages/welcome/homePage/homePage.wxss
Normal file
@ -0,0 +1,57 @@
|
||||
.mt-9 {
|
||||
margin-top: 16.88rpx;
|
||||
}
|
||||
.page {
|
||||
padding: 255rpx 0 566.25rpx;
|
||||
background-image: linear-gradient(180deg, #ffeed9 0%, #f5f5f500 125%);
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
.section {
|
||||
padding: 39.38rpx 52.5rpx 18.75rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 35.16rpx;
|
||||
box-shadow: 0rpx 3.75rpx 7.5rpx #00000040;
|
||||
}
|
||||
.image {
|
||||
width: 232.5rpx;
|
||||
height: 232.5rpx;
|
||||
}
|
||||
.text {
|
||||
color: #1c2023;
|
||||
font-size: 45rpx;
|
||||
font-family: AlibabaPuHuiTi;
|
||||
line-height: 41.53rpx;
|
||||
}
|
||||
.text-wrapper {
|
||||
padding: 37.5rpx 0 30rpx;
|
||||
background-color: #ff8d1a;
|
||||
border-radius: 18.75rpx;
|
||||
width: 498.75rpx;
|
||||
}
|
||||
.font {
|
||||
font-size: 33.75rpx;
|
||||
font-family: SourceHanSansCN;
|
||||
line-height: 32.06rpx;
|
||||
font-weight: 700;
|
||||
color: #ff8d1a;
|
||||
}
|
||||
.text_2 {
|
||||
color: #ffffff;
|
||||
line-height: 32.14rpx;
|
||||
}
|
||||
.text-wrapper_2 {
|
||||
padding: 37.5rpx 0 30rpx;
|
||||
background-color: #ffffff;
|
||||
border-radius: 18.75rpx;
|
||||
width: 500.63rpx;
|
||||
border-left: solid 1.88rpx #ff8d1a;
|
||||
border-right: solid 1.88rpx #ff8d1a;
|
||||
border-top: solid 1.88rpx #ff8d1a;
|
||||
border-bottom: solid 1.88rpx #ff8d1a;
|
||||
}
|
||||
.text_3 {
|
||||
line-height: 31.8rpx;
|
||||
}
|
Reference in New Issue
Block a user