car_deal_util/code/web/car_dealer/css/kane.css

58 lines
1.0 KiB
CSS
Raw Normal View History

2022-10-20 10:04:19 +00:00
/*
* @Author: Kane
* @Date: 2022-10-12 08:49:14
* @LastEditors: Kane
2022-11-12 16:31:39 +00:00
* @LastEditTime: 2022-11-12 23:34:06
2022-10-20 10:04:19 +00:00
* @FilePath: \car_dealer\css\kane.css
* @Description: vue学习用的样式表
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
*/
2022-10-11 17:15:31 +00:00
html {
2022-11-03 16:22:28 +00:00
--backupground-color: #f4f5f7ff;
2022-10-11 17:15:31 +00:00
--btn-color-blue: #307dbe;
--btn-color-yellow: #f7b24d;
--btn-color-green: #5bad60;
--btn-color-red: #e56651;
--btn-font-color: #fff;
}
#root,
#app {
padding: 50px;
}
2022-10-20 10:04:19 +00:00
.content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
2022-10-11 17:15:31 +00:00
}
hr {
background-color: steelblue;
border: none;
height: 3px;
2022-10-21 03:49:40 +00:00
/* width: 100% */
2022-10-11 17:15:31 +00:00
}
2022-10-21 03:49:40 +00:00
/* .test {
2022-10-31 16:13:34 +00:00
width : 110vw;
height : 100vh;
border : 1px solid red;
overflow : auto;
2022-10-21 03:49:40 +00:00
} */
2022-10-11 17:15:31 +00:00
2022-10-22 16:41:28 +00:00
input[type="text"] {
2022-10-11 17:15:31 +00:00
border: none;
outline: solid 2px #e56651;
2022-10-22 16:41:28 +00:00
/* font-size: 2rem; */
2022-10-11 17:15:31 +00:00
}
label {
display: inline-block;
font-size: 2rem;
margin-top: 15px;
2022-10-20 17:19:47 +00:00
}