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.

207 lines
4.9 KiB

1 week ago
page {
3 days ago
background: linear-gradient(to bottom, #fff 40%, #f6f6f6 100%) no-repeat top center/100%;
1 week ago
}
.page {
.page-container {
width: 100%;
padding: 0 40rpx;
box-sizing: border-box;
padding-bottom: 200rpx;
.banner {
3 days ago
margin-top: 56rpx;
1 week ago
border-radius: 24rpx;
.user {
display: flex;
align-items: center;
justify-content: space-between;
.avatar {
flex-shrink: 0;
3 days ago
width: 120rpx;
height: 120rpx;
1 week ago
border-radius: 50%;
border: 4rpx solid #fff;
}
.inner {
flex: 1;
padding-left: 16rpx;
.name {
font-size: 40rpx;
font-weight: bold;
3 days ago
color: #222222;
1 week ago
}
.tip {
margin-top: 16rpx;
3 days ago
font-size: 32rpx;
color: #222222;
1 week ago
.day {
3 days ago
color: #0eb66d;
1 week ago
font-weight: bold;
}
}
}
3 days ago
.more {
width: 48rpx;
height: 48rpx;
}
1 week ago
}
.options {
margin-top: 32rpx;
padding: 30rpx 22rpx;
display: flex;
align-items: center;
justify-content: space-between;
background: #ffffff;
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius: 24rpx;
border: 1rpx solid rgba(222, 222, 222, 0.6);
.ver-line {
margin: 0 26rpx;
flex-shrink: 0;
width: 2rpx;
height: 60rpx;
background-color: rgba(221, 221, 221, 0.6);
}
.option {
flex: 1;
display: flex;
align-items: center;
justify-content: center;
.icon {
margin-right: 16rpx;
width: 50rpx;
height: 50rpx;
}
.wrap {
.title {
font-size: 28rpx;
color: #484848;
font-weight: bold;
.sub {
font-size: 20rpx;
}
}
.content {
margin-top: 4rpx;
font-size: 20rpx;
color: var(--name);
display: flex;
align-items: center;
justify-content: center;
&.gift {
color: #c2c2c2;
}
.line {
margin: 0 10rpx;
width: 2rpx;
height: 16rpx;
background-color: var(--name);
}
}
}
}
}
.notice {
margin-top: 24rpx;
height: 44rpx;
background: linear-gradient(90deg, rgba(241, 241, 241, 0) 0%, #f1f1f1 52%, rgba(241, 241, 241, 0) 100%);
border-radius: 16rpx;
display: flex;
align-items: center;
justify-content: center;
font-size: 24rpx;
color: #3f3f3f;
.icon {
margin-right: 6rpx;
width: 30rpx;
height: 24rpx;
}
}
}
.common-operations {
margin-top: 32rpx;
display: flex;
.item {
flex: 1;
padding: 30rpx;
display: flex;
align-items: center;
justify-content: center;
3 days ago
background: linear-gradient(180deg, #e9fff5 0%, #ffffff 100%);
1 week ago
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius: 24rpx;
border: 2rpx solid rgba(235, 236, 238, 0.51);
.icon {
width: 64rpx;
height: 64rpx;
margin-right: 16rpx;
}
.name {
3 days ago
font-size: 36rpx;
color: #222222;
1 week ago
}
}
.item:first-of-type {
margin-right: 30rpx;
}
}
.options-list {
margin-top: 32rpx;
3 days ago
padding: 0 28rpx;
1 week ago
background: #ffffff;
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
border-radius: 24rpx;
.row {
padding: 30rpx 0;
display: flex;
align-items: center;
justify-content: space-between;
3 days ago
border-bottom: 1px solid rgba(235, 235, 235, 0.4);
1 week ago
.col {
3 days ago
font-size: 36rpx;
color: #222222;
1 week ago
display: flex;
align-items: center;
> view:not(:last-of-type),
> image {
margin-right: 16rpx;
}
.icon {
3 days ago
flex-shrink: 0;
width: 48rpx;
height: 48rpx;
1 week ago
}
}
.more {
font-size: 30rpx;
color: #e7e8e9;
font-weight: bold;
}
}
}
}
.switch-doctor {
margin-top: 80rpx;
text-align: center;
font-size: 32rpx;
color: #484848;
}
}
#drug-page {
.day {
color: rgba(34, 34, 34, 0.5);
}
.common-operations {
.item:first-of-type {
background: linear-gradient(0deg, #f5efff 0%, #ffffff 100%);
}
.item:last-of-type {
background: linear-gradient(0deg, #e9e9ff 0%, #ffffff 100%);
}
}
}