Commit c88197bd authored by liaozan's avatar liaozan 🏀

chore: update stylesheet

parent 770a7258
<template>
<div class="form">
<p class="form-title">项目初始代码生成</p>
<div class="form-div ">
<label class="form-label" for="input-packageName">GitlabUrl</label>
<input id="input-gitlabUrl" v-model="form.gitlabUrl" class="form-input" type="text">
......@@ -81,17 +84,21 @@ export default {
text-align: center;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
max-width: 500px;
background: #FFF;
padding: 30px 30px 20px 30px;
box-shadow: rgba(187, 187, 187, 1) 0 0 20px -1px;
-webkit-box-shadow: rgba(187, 187, 187, 1) 0 0 20px -1px;
font: 12px Arial, Helvetica, sans-serif;
color: #666;
font: 14px Arial, Helvetica, sans-serif;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.form-title {
font-size: 20px;
}
.form-div {
display: flex;
align-items: center;
......@@ -99,7 +106,6 @@ export default {
}
.form-label {
alignment: left;
width: 150px;
}
......@@ -107,17 +113,20 @@ export default {
color: #555;
width: 100%;
padding: 3px 0 3px 5px;
margin-top: 2px;
margin-top: 10px;
margin-right: 6px;
margin-bottom: 16px;
border: 1px solid #e5e5e5;
margin-bottom: 10px;
border: 1px solid #9a9191;
background: transparent;
height: 25px;
line-height: 15px;
outline: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.form-submit {
margin-top: 10px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
border-radius: 9px;
-webkit-border-radius: 9px;
......@@ -131,7 +140,7 @@ export default {
line-height: 30px;
width: 100px;
text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0 #c70067;
cursor: pointer;
}
</style>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment