52 lines
1.1 KiB
SCSS
52 lines
1.1 KiB
SCSS
.home {
|
|
height: 1500rpx;
|
|
background: linear-gradient(180deg,#ffffff 1%, #f4f4f4);
|
|
position: relative;
|
|
&__head {
|
|
width: 750rpx;
|
|
height: 394rpx;
|
|
background-image: url('https://ltf.yijiesudai.com/online/h5/applet/home_head_bg.png');
|
|
background-repeat: no-repeat;
|
|
background-size: 100% 100%;
|
|
display: flex;
|
|
.avatar {
|
|
width: 102rpx;
|
|
height: 102rpx;
|
|
border-radius: 50%;
|
|
margin: 60rpx 34rpx 45rpx;
|
|
}
|
|
.info {
|
|
margin-top: 60rpx;
|
|
.arrow {
|
|
display: inline-block;
|
|
margin-left: 19rpx;
|
|
width: 0;
|
|
height: 0;
|
|
border-radius: 2px;
|
|
border-top: 12rpx solid transparent;
|
|
border-left: 18rpx solid #6A2F0E;
|
|
border-bottom: 12rpx solid transparent;
|
|
}
|
|
}
|
|
}
|
|
&__other {
|
|
position: absolute;
|
|
top: 210rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
.module-banner {
|
|
display: block;
|
|
width: 686rpx;
|
|
height: 240rpx;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
&__tips {
|
|
font-size: 22rpx;
|
|
color: #999999;
|
|
display: block;
|
|
text-align: center;
|
|
margin-bottom: 50rpx;
|
|
}
|
|
}
|