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.
69 lines
961 B
69 lines
961 B
/* pages/opration/opration.wxss */
|
|
.row input {
|
|
font-size: 0.7rem;
|
|
flex-grow: 3;
|
|
border: ipx solid #09c;
|
|
display: inline-block;
|
|
border-radius: 0.3rem;
|
|
box-shadow: 0 0 0.15rem #aaa;
|
|
padding: 0.3rem;
|
|
}
|
|
|
|
.row button {
|
|
padding: 0.3rem;
|
|
margin: 3rem 1rem;
|
|
}
|
|
|
|
.container {
|
|
padding: 1rem;
|
|
font-size: 0.9rem;
|
|
line-height: 1.5rem;
|
|
}
|
|
|
|
.row {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 0.8rem;
|
|
}
|
|
|
|
.row text {
|
|
flex-grow: 1.5;
|
|
text-align: right;
|
|
}
|
|
.form-box picker{
|
|
margin: 30rpx 30rpx 0 0;
|
|
color: rgb(153, 153, 153);
|
|
}
|
|
|
|
.title {
|
|
background: #fff;
|
|
display: inline-block;
|
|
border-radius: 4px;
|
|
padding: 4px;
|
|
margin: 10px 0;
|
|
position: relative;
|
|
}
|
|
|
|
.title::after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 100vw;
|
|
height: 4px;
|
|
background: #fff;
|
|
}
|
|
|
|
|
|
|
|
.release-view{
|
|
padding: 8px;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.release-view input{
|
|
border: 1px #ccc solid;
|
|
border-radius: 4px;
|
|
margin: 6px 0;
|
|
padding: 4px;
|
|
} |