日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

input 没显示 html,html - 为什么我的input type =“submit”没有显示?

發布時間:2024/9/27 编程问答 41 豆豆
生活随笔 收集整理的這篇文章主要介紹了 input 没显示 html,html - 为什么我的input type =“submit”没有显示? 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

Closed. This question is off-topic. It is not currently accepting answers. Learn more。

想改進這個問題嗎?Update the question所以堆棧溢出的值小于aa>。

兩年前關閉。

我想在標題上加一個按鈕,但它沒有顯示出來,我想它在div下面。為什么?我試圖改變絕對位置,但沒什么用。

.large-header {

position: relative;

width: 100%;

background: #333;

overflow: hidden;

background-size: cover;

background-position: center center;

z-index: 1;

}

.demo-1 .large-header {

background-image: url('../img/demo-1-bg.jpg');

}

.main-title {

position: absolute;

margin: 0;

padding: 0;

color: #f9f1e9;

text-align: center;

top: 50%;

left: 50%;

-webkit-transform: translate3d(-50%,-50%,0);

transform: translate3d(-50%,-50%,0);

}

.homebtn {

position:absolute;

-webkit-border-radius: 4;

-moz-border-radius: 4;

border-radius: 4px;

font-family: Arial;

color: #ffffff;

font-size: 41px;

background: #f0712c;

padding: 10px 20px 10px 20px;

text-decoration: none;

}

.homebtn:hover {

background: #f25e0e;

text-decoration: none;

}

最佳答案

您定義了一個樣式,但它是一個類。

代替

通過

總結

以上是生活随笔為你收集整理的input 没显示 html,html - 为什么我的input type =“submit”没有显示?的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。