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.
66 lines
954 B
66 lines
954 B
.card-container {
|
|
margin: 20rpx;
|
|
background-color: var(--color-gray-0);
|
|
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
|
font-size: 17px;
|
|
// font-weight: 550;
|
|
|
|
.card-col-1 {
|
|
padding: 24rpx 0;
|
|
display: flex;
|
|
width: auto;
|
|
|
|
& yinput:nth-child(1) {
|
|
flex: 4 1 50px;
|
|
margin: 0 5rpx;
|
|
}
|
|
|
|
& yinput:nth-child(2) {
|
|
flex: 7 1 50px;
|
|
margin:0 5rpx;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
|
|
.input-container {
|
|
padding-bottom: 80rpx;
|
|
|
|
.card-col-1 {
|
|
display: flex;
|
|
margin: 0 2px;
|
|
|
|
:nth-child(n) {
|
|
flex: 1 1 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ui_uploader_item{
|
|
padding: 0 20rpx;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
icon{
|
|
flex:1
|
|
}
|
|
.image{
|
|
flex:15;
|
|
padding-bottom: 100rpx;
|
|
image{
|
|
width:500rpx
|
|
}
|
|
}
|
|
.submit-button {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: var(--color-primary);
|
|
color: white;
|
|
width: 100%;
|
|
border-radius: 0;
|
|
z-index: 99;
|
|
}
|
|
} |