义云月 发表于 2017-8-26 21:02:36

字体,边框都没有变化,不知问题在哪

字体,边框都没有变化,不知问题在哪

ba21 发表于 2017-8-26 21:25:50

不是解决了么???
<style type="text/css">
                              html,body{
                                        height: 100%;
                                        color: #FF0088;
                                        font-family: sans-serif;

                                       
                              }
                              body{
                                                background: url(H_0334.jpg) center center;
                                                background-size:cover;
                                                margin: 0;
                                                padding: 0;
                                                position: relative;
                                                
                              }
                              #container{
                                                width: 100%;
                                                text-align: center;
                                                position: absolute;
                                                top: 50%;
                                                transform: translateY(-50%);
                                                                }
                                                h1{
                                                      font-size: 78px;
                                                      margin-bottom: 22px;
                                                                                                }
                                                p{
                                                      font-size: 33px;
                                                      margin-bottom: 22px;
                                                }
                                                a{
                                                      font-size: 88px;
                                                      background: #33FFFF;
                                                      color: #999;
                                                      border: 1px solid #33FFF;
                                                      border-radius: 10px;
                                                      padding: 10px 66px;
                                                      text-decoration: none;
                                                      
                                                }
                        </style>

alltolove 发表于 2017-8-26 21:37:26

楼主的h1,p和a标签都写在#container里了怎么?

义云月 发表于 2017-8-27 10:41:37

ba21 发表于 2017-8-26 21:25
不是解决了么???

解决了,谢谢

义云月 发表于 2017-8-27 10:42:29

alltolove 发表于 2017-8-26 21:37
楼主的h1,p和a标签都写在#container里了怎么?

恩,刚开始是写在#container里了,拿出来后就正常显示了
页: [1]
查看完整版本: 字体,边框都没有变化,不知问题在哪