Commit c88197bd authored by liaozan's avatar liaozan 🏀

chore: update stylesheet

parent 770a7258
<template> <template>
<div class="form"> <div class="form">
<p class="form-title">项目初始代码生成</p>
<div class="form-div "> <div class="form-div ">
<label class="form-label" for="input-packageName">GitlabUrl</label> <label class="form-label" for="input-packageName">GitlabUrl</label>
<input id="input-gitlabUrl" v-model="form.gitlabUrl" class="form-input" type="text"> <input id="input-gitlabUrl" v-model="form.gitlabUrl" class="form-input" type="text">
...@@ -81,17 +84,21 @@ export default { ...@@ -81,17 +84,21 @@ export default {
text-align: center; text-align: center;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
margin-top: 50px;
max-width: 500px; max-width: 500px;
background: #FFF; background: #FFF;
padding: 30px 30px 20px 30px; padding: 30px 30px 20px 30px;
box-shadow: rgba(187, 187, 187, 1) 0 0 20px -1px; box-shadow: rgba(187, 187, 187, 1) 0 0 20px -1px;
-webkit-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; font: 14px Arial, Helvetica, sans-serif;
color: #666;
border-radius: 10px; border-radius: 10px;
-webkit-border-radius: 10px; -webkit-border-radius: 10px;
} }
.form-title {
font-size: 20px;
}
.form-div { .form-div {
display: flex; display: flex;
align-items: center; align-items: center;
...@@ -99,7 +106,6 @@ export default { ...@@ -99,7 +106,6 @@ export default {
} }
.form-label { .form-label {
alignment: left;
width: 150px; width: 150px;
} }
...@@ -107,17 +113,20 @@ export default { ...@@ -107,17 +113,20 @@ export default {
color: #555; color: #555;
width: 100%; width: 100%;
padding: 3px 0 3px 5px; padding: 3px 0 3px 5px;
margin-top: 2px; margin-top: 10px;
margin-right: 6px; margin-right: 6px;
margin-bottom: 16px; margin-bottom: 10px;
border: 1px solid #e5e5e5; border: 1px solid #9a9191;
background: transparent; background: transparent;
height: 25px; height: 25px;
line-height: 15px; line-height: 15px;
outline: 0; outline: 0;
border-radius: 10px;
-webkit-border-radius: 10px;
} }
.form-submit { .form-submit {
margin-top: 10px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d)); background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));
border-radius: 9px; border-radius: 9px;
-webkit-border-radius: 9px; -webkit-border-radius: 9px;
...@@ -131,7 +140,7 @@ export default { ...@@ -131,7 +140,7 @@ export default {
line-height: 30px; line-height: 30px;
width: 100px; width: 100px;
text-decoration: none; text-decoration: none;
text-align: center;
text-shadow: 1px 1px 0 #c70067; text-shadow: 1px 1px 0 #c70067;
cursor: pointer;
} }
</style> </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