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.
136 lines
2.8 KiB
136 lines
2.8 KiB
1 month ago
|
.aside-share {
|
||
|
position: fixed;
|
||
|
right: 10rpx;
|
||
|
bottom: 120rpx;
|
||
|
width: 152rpx;
|
||
|
height: 170rpx;
|
||
|
}
|
||
|
|
||
|
.popup {
|
||
|
position: relative;
|
||
|
background-color: #fff;
|
||
|
.close {
|
||
|
position: absolute;
|
||
|
top: 52rpx;
|
||
|
right: 32rpx;
|
||
|
color: rgba(72, 72, 72, 1);
|
||
|
font-size: 34rpx;
|
||
|
}
|
||
|
.site {
|
||
|
position: absolute;
|
||
|
top: 52rpx;
|
||
|
left: 32rpx;
|
||
|
width: 34rpx;
|
||
|
height: 36rpx;
|
||
|
}
|
||
|
.p-header {
|
||
|
padding: 46rpx 30rpx 0;
|
||
|
.title {
|
||
|
text-align: center;
|
||
|
font-size: 36rpx;
|
||
|
color: rgba(72, 72, 72, 1);
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.tip {
|
||
|
text-align: center;
|
||
|
margin-top: 16rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(72, 72, 72, 1);
|
||
|
}
|
||
|
.area {
|
||
|
margin-top: 48rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
gap: 14rpx;
|
||
|
.item {
|
||
|
flex: 1;
|
||
|
padding: 18rpx 30rpx;
|
||
|
box-shadow: 0rpx 4rpx 12rpx 0rpx rgba(0, 0, 0, 0.11);
|
||
|
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||
|
border: 2rpx solid #e04775;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
.content {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(72, 72, 72, 1);
|
||
|
max-width: 5em;
|
||
|
overflow: hidden;
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|
||
|
.icon {
|
||
|
width: 32rpx;
|
||
|
height: 32rpx;
|
||
|
}
|
||
|
}
|
||
|
.picker {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.btn {
|
||
|
width: 126rpx;
|
||
|
height: 76rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
background: #e04775;
|
||
|
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.select {
|
||
|
margin-top: 44rpx;
|
||
|
padding: 0 30rpx 0;
|
||
|
display: grid;
|
||
|
grid-template-columns: repeat(auto-fit, 68rpx);
|
||
|
gap: 26rpx 20rpx;
|
||
|
.s-item {
|
||
|
width: 68rpx;
|
||
|
height: 68rpx;
|
||
|
text-align: center;
|
||
|
line-height: 68rpx;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(158, 158, 158, 1);
|
||
|
border-radius: 50%;
|
||
|
background: #f7f8f9;
|
||
|
&.active {
|
||
|
color: #fff;
|
||
|
background-color: rgba(224, 71, 117, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.scroll {
|
||
|
padding: 0 30rpx;
|
||
|
height: 45vh;
|
||
|
box-sizing: border-box;
|
||
|
.item {
|
||
|
padding: 32rpx 0;
|
||
|
font-size: 28rpx;
|
||
|
color: rgba(72, 72, 72, 1);
|
||
|
border-bottom: 2px solid #fbfbfb;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
.word {
|
||
|
margin-right: 24rpx;
|
||
|
display: inline-block;
|
||
|
width: 1em;
|
||
|
color: rgba(158, 158, 158, 1);
|
||
|
}
|
||
|
.icon {
|
||
|
width: 36rpx;
|
||
|
height: 36rpx;
|
||
|
}
|
||
|
&.active {
|
||
|
color: rgba(224, 71, 117, 1);
|
||
|
.word {
|
||
|
color: rgba(224, 71, 117, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|