信达小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

193 lines
4.2 KiB

3 weeks ago
page {
2 weeks ago
background-color: rgba(247, 246, 250, 1);
}
.page-title {
width: 320rpx;
height: 34rpx;
3 weeks ago
}
.page {
2 weeks ago
padding: 44rpx 40rpx;
.user {
3 weeks ago
display: flex;
align-items: center;
2 weeks ago
.avatar-wrapper {
flex-shrink: 0;
padding: 0;
margin: 0;
width: 124rpx;
height: 124rpx;
outline: none;
border: 2px solid #fff;
border-radius: 50%;
3 weeks ago
&::after {
2 weeks ago
border: none;
}
.avatar {
width: 100%;
height: 100%;
border-radius: 50%;
3 weeks ago
}
}
2 weeks ago
.wrap {
flex: 1;
padding-left: 24rpx;
.nickname {
3 weeks ago
font-size: 36rpx;
font-weight: bold;
2 weeks ago
color: rgba(1, 1, 5, 1);
3 weeks ago
}
2 weeks ago
.hostipal {
margin-top: 16rpx;
line-height: 1;
3 weeks ago
font-size: 28rpx;
2 weeks ago
color: rgba(173, 172, 178, 1);
.tag {
display: inline-block;
font-size: 24rpx;
color: rgba(255, 255, 255, 1);
padding: 2rpx 10rpx;
background: #8c75d0;
border-radius: 8rpx 8rpx 8rpx 8rpx;
}
3 weeks ago
}
}
}
2 weeks ago
.banner {
margin-top: 32rpx;
padding: 40rpx;
border-radius: 24rpx;
border: 1px solid #fff;
background: linear-gradient(to right, rgba(223, 214, 250, 1), rgba(229, 227, 240, 1));
.title {
font-size: 40rpx;
color: rgba(140, 117, 208, 1);
3 weeks ago
font-weight: bold;
text-align: center;
}
2 weeks ago
.btn {
margin: 16rpx auto 0;
padding: 8rpx 0;
width: 330rpx;
text-align: center;
font-size: 32rpx;
color: rgba(255, 255, 255, 1);
background-color: rgba(140, 117, 208, 1);
border-radius: 64rpx;
3 weeks ago
}
}
2 weeks ago
.message {
margin-top: 16rpx;
height: 150rpx;
3 weeks ago
position: relative;
2 weeks ago
.content {
3 weeks ago
position: absolute;
2 weeks ago
top: 48rpx;
left: 212rpx;
font-size: 32rpx;
color: rgba(0, 0, 0, 1);
display: flex;
align-items: baseline;
.num {
font-size: 48rpx;
color: rgba(140, 117, 208, 1);
font-weight: bold;
}
&.dot::after {
position: absolute;
right: -18rpx;
top: 10rpx;
content: '';
width: 18rpx;
height: 18rpx;
flex-shrink: 0;
border-radius: 50%;
background-color: rgba(241, 44, 54, 1);
}
3 weeks ago
}
2 weeks ago
}
.ad {
margin-top: 32rpx;
.ad-img {
display: block;
width: 100%;
height: 224rpx;
box-shadow: 0 4rpx 22rpx 0 rgba(0, 0, 0, 0.03);
3 weeks ago
}
2 weeks ago
}
.list {
margin-top: 32rpx;
padding: 32rpx 20rpx;
background-color: #fff;
border-radius: 24rpx;
.list-header {
display: flex;
align-items: center;
justify-content: space-between;
.title {
width: 146rpx;
height: 34rpx;
}
.more {
font-size: 28rpx;
color: rgba(173, 172, 178, 1);
}
3 weeks ago
}
2 weeks ago
.card {
margin: 24rpx 0 0;
background-color: #fff;
border-radius: 24rpx;
display: flex;
.photo {
flex-shrink: 0;
width: 176rpx;
height: 176rpx;
border-radius: 12rpx;
}
.wrap {
padding: 12rpx 0 0 24rpx;
flex: 1;
display: flex;
flex-direction: column;
justify-content: space-between;
.title {
font-size: 32rpx;
color: rgba(33, 29, 46, 1);
line-height: 44rpx;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.w-footer {
margin-top: 28rpx;
display: flex;
justify-content: space-between;
align-items: center;
.date {
font-size: 28rpx;
color: rgba(173, 172, 178, 1);
}
.options {
display: flex;
align-items: center;
gap: 60rpx;
.o-item {
font-size: 28rpx;
color: rgba(173, 172, 178, 1);
display: flex;
align-items: center;
gap: 12rpx;
.icon {
width: 36rpx;
height: 36rpx;
}
}
}
}
}
3 weeks ago
}
}
}