File tree 2 files changed +8
-9
lines changed
2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 229
229
}
230
230
231
231
button {
232
- /* width: auto; */
232
+ width : auto;
233
233
height : 42px ;
234
234
font-size : 20px ;
235
235
margin-bottom : 10px ;
742
742
margin : 0 auto;
743
743
margin-block-start : 40px ;
744
744
745
- width : 416px ;
745
+ max-width : 416px ;
746
+ width : 100% ;
746
747
height : 56px ;
747
748
background-color : var (--button-bg );
748
749
color : # fff ;
749
-
750
750
font-size : 16px ;
751
751
line-height : 24px ;
752
-
753
752
border : none;
754
753
}
755
754
756
755
& button : hover {
757
756
cursor : pointer;
758
757
transition : all 0.5s ease-in-out;
759
- transform : scale (1.3 );
758
+ transform : scale (1.1 );
760
759
}
761
760
}
762
761
}
Original file line number Diff line number Diff line change @@ -166,17 +166,17 @@ <h2>聯絡我們</h2>
166
166
167
167
< form >
168
168
< label for ="name "> 姓名</ label >
169
- < input type ="text " name ="name " id ="name " placeholder ="姓名 " required >
169
+ < input type ="text " name ="name " id ="name " placeholder ="童話裡的心理學 " required >
170
170
171
171
< label for ="phone "> 聯絡電話</ label >
172
- < input type ="tel " name ="phone " id ="phone " placeholder ="連絡電話 " maxlength ="10 " pattern ="[0-9]{10} "
172
+ < input type ="tel " name ="phone " id ="phone " placeholder ="0912-345-678 " maxlength ="10 " pattern ="[0-9]{10} "
173
173
required >
174
174
175
175
< label for ="email "> 電子郵件</ label >
176
- < input type ="email " name ="email " id ="email " placeholder ="電子郵件 " required >
176
+ < input type ="
email "
name ="
email "
id ="
email "
placeholder ="
[email protected] "
required >
177
177
178
178
< label for ="comment "> 意見反應</ label >
179
- < textarea name ="comment " id ="comment " placeholder ="意見反應 "> </ textarea >
179
+ < textarea name ="comment " id ="comment " placeholder ="好想出國玩 "> </ textarea >
180
180
181
181
< div class ="agreement ">
182
182
< input class ="check-input " type ="checkbox " name ="agree " id ="agree " value ="true ">
You can’t perform that action at this time.
0 commit comments