会员可以在此提问,尚新途老师有问必答

对大家有帮助的问答会被标记为“推荐”,看完课程过来浏览一下别人提的问题,会帮你学得更全面

截止目前,同学们一共提了129177个问题
Xl.?2023-01-12 14:13:39

老师为什么这一块设置浮动效果是这样的

image.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/商城官网项目
Xl.?2023-01-12 11:46:00

老师为啥这个省略号怎么显示不出来?

image.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/商城官网项目
微信用户2023-01-11 16:06:44

为什么会报错啊?




image.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/响应式项目
熬夜是小猪2023-01-10 20:12:44

.btn 的margin-top是10.5应该是(66-(43+1+1))÷2算出来的吧,视频说得有问题

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/响应式项目
cc2023-01-07 23:00:33

到底什么时候需要用form表单包裹呢,为什么有的input被包裹,有的没有被包裹。输入框不需要form吗?

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/表单
熬夜是小猪2023-01-07 17:34:52

老师,白色导航的下拉列表中图片外为什么要包裹一个div

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/商城官网项目
熬夜是小猪2023-01-07 15:22:38

我的button标签为什么默认box-sizing不是content-box而是border-box

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/商城官网项目
熬夜是小猪2023-01-05 21:12:45
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        #container {
            display: grid;
            grid-template-columns: 200px 200px 200px;
            grid-template-rows: 200px 200px 200px 200px 200px 200px;
            grid-template-areas: "item1 item1 item2"
                                 "item1 item1 item3"
                                 "item3 item3 item3"
                                 "item4 item5 item6"
                                 "item7 item8 item9"
                                 "item9 item9 item9";
        }

        .item{
            font-size: 30px;
            border: 1px solid #e5e4e9;
            text-align: center;
            line-height: 200px;
        }

        .item-1 {
            grid-area: item1;
            background-color: #ef342a;
        }

        .item-2 {
            grid-area: item2;
            background-color: #f68f26;
        }

        .item-3 {
            grid-area: item3;
            background-color: #4ba946;
        }

        .item-4 {
            grid-area: item4;
            background-color: #0376c2;
        }

        .item-5 {
            grid-area: item5;
            background-color: #c077af;
        }

        .item-6 {
            grid-area: item6;
            background-color: #f8d29d;
        }

        .item-7 {
            grid-area: item7;
            background-color: #b5a87f;
        }

        .item-8 {
            grid-area: item8;
            background-color: #d0e4a9;
        }

        .item-9 {
            grid-area: item9;
            background-color: #4dc7ec;
        }
    </style>
</head>

<body>
    <div id="container">
        <div class="item item-1">1</div>
        <div class="item item-2">2</div>
        <div class="item item-3">3</div>
        <div class="item item-4">4</div>
        <div class="item item-5">5</div>
        <div class="item item-6">6</div>
        <div class="item item-7">7</div>
        <div class="item item-8">8</div>
        <div class="item item-9">9</div>
    </div>
</body>

</html>

为什么我的代码运行出来效果不对

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/CSS3新特性
Xl.?2023-01-05 15:41:29

老师为什么设置cellspacing=0后,下边框还是有两个边框

<table border="1" cellspacing="0" align="center" width="500" height="300">

R0ZC5)]$R5WJ({Q5CWROC38.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/表单
熬夜是小猪2023-01-04 18:40:58

为什么relative也是相对于设置position属性的父级元素进行定位?不只有absolute是这样的吗?relative难道不是相对于自身的定位?

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/浮动与定位
Xl.?2023-01-04 12:49:41

也没搜索到

image.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/前端入门与基础知识
Xl.?2023-01-04 12:44:27

设置—Emment里面没有use online completions

image.png

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/前端入门与基础知识

©2014-2023 百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园
网站维护:百战汇智(北京)科技有限公司
京公网安备 11011402011233号    京ICP备13018289号-12    营业执照    经营许可证:京B2-20212637