107 lines
1.4 KiB
SCSS
107 lines
1.4 KiB
SCSS
.common-popup-content {
|
|
width: 620rpx;
|
|
height: auto;
|
|
padding: 50rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
|
|
.title {
|
|
font-size: 40rpx;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: bold;
|
|
color: #333;
|
|
}
|
|
|
|
.desc,
|
|
.name {
|
|
font-size: 24rpx;
|
|
font-family: Microsoft YaHei;
|
|
font-weight: 400;
|
|
color: #666;
|
|
margin-top: 5rpx;
|
|
}
|
|
|
|
.name {
|
|
color: #333;
|
|
margin-top: 15rpx;
|
|
}
|
|
|
|
.image {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
border-radius: 15rpx;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.image.middle {
|
|
width: 300rpx;
|
|
height: 300rpx;
|
|
}
|
|
|
|
.image.large {
|
|
width: 520rpx;
|
|
height: 520rpx;
|
|
}
|
|
|
|
.input {
|
|
width: 480rpx;
|
|
height: 110rpx;
|
|
background: #F7F7F7;
|
|
}
|
|
|
|
.item-right {
|
|
height: 110rpx;
|
|
top: 0;
|
|
right: 20rpx;
|
|
}
|
|
|
|
.button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 50rpx;
|
|
|
|
.item-child {
|
|
width: 240rpx;
|
|
height: 90rpx;
|
|
color: #666;
|
|
background: #EEEEEE;
|
|
border-radius: 45rpx;
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.popup-choose-time {
|
|
|
|
.time-item {
|
|
.item-child {
|
|
width: 50%;
|
|
}
|
|
}
|
|
|
|
.button-item {
|
|
margin-top: 50rpx;
|
|
|
|
.item-child {
|
|
width: 240rpx;
|
|
height: 80rpx;
|
|
color: #666;
|
|
background: #EEEEEE;
|
|
border-radius: 40rpx;
|
|
margin: 0 20rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.popup-btn {
|
|
width: 240rpx;
|
|
height: 80rpx;
|
|
background: #EEEEEE;
|
|
}
|