保存进度!
This commit is contained in:
55
code/web/car_dealer/css/表单/表单.css
Normal file
55
code/web/car_dealer/css/表单/表单.css
Normal file
@@ -0,0 +1,55 @@
|
||||
/*
|
||||
* @Author: Kane
|
||||
* @Date: 2022-11-14 10:50:51
|
||||
* @LastEditors: Kane
|
||||
* @LastEditTime: 2022-11-14 11:44:15
|
||||
* @FilePath: \car_dealer\css\表单\表单.css
|
||||
* @Description:
|
||||
*
|
||||
* Copyright (c) ${2022} by Kane, All Rights Reserved.
|
||||
*/
|
||||
|
||||
@import url("../colors.css");
|
||||
|
||||
#app {
|
||||
padding: 15px;
|
||||
display: grid;
|
||||
grid-template-columns: 4rem auto;
|
||||
/* grid-template-rows: repeat(3, 1.5rem); */
|
||||
grid-auto-rows: 2rem;
|
||||
grid-gap: 0.5rem;
|
||||
place-items: center center;
|
||||
}
|
||||
|
||||
#app > * + * {
|
||||
/* margin-top: 15px; */
|
||||
}
|
||||
|
||||
.grid-left {
|
||||
/* display: inline-block; */
|
||||
/* grid-column: 1/2; */
|
||||
/* place-self: end; */
|
||||
text-align: right;
|
||||
line-height: 2rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.grid-left + input {
|
||||
height: 1.8rem;
|
||||
width: 100%;
|
||||
outline-color: #f4f5f7;
|
||||
border: 1px solid #f4f5f7;
|
||||
border-radius: 5px;
|
||||
padding: 0.5rem;
|
||||
}
|
||||
|
||||
.grid-left + input:focus {
|
||||
outline: 2px solid #e56651;
|
||||
}
|
||||
|
||||
.cell-gender {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user