js写的心愿墙小程序-模拟数据库获取数据

这个练习是看网上的视频自己又写了一遍,对一些知识点进行的总结,从基础到高级都有讲解,有需要的可以看一下。<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>心愿墙</title> &l
摘要由CSDN通过智能技术生成

这个练习是看网上的视频自己又写了一遍,对一些知识点进行的总结,从基础到高级都有讲解,有需要的可以看一下。

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>心愿墙</title>
    <style>
        body{
            margin: 0px auto;
            padding: 0px;
            font-size: 12px;
            background: url("images/bg.gif") repeat center 36px;
            text-align: center;
            background-color: #c30230;
        }
        #content{
            margin: 0px auto;
            width: 960px;
            background: url("images/content_bg.jpg") no-repeat left top;
            height: 627px;
            position: relative;
        }
        #content .tip1, #content .tip2, #content .tip3, #content .tip4, #content .tip5, #content .tip6, #content .tip7, #content .tip8{
            position: absolute;
            width: 227px;
            left: 200px;
            top: 100px;
        }
        #content .tip1 .tip_h{
            background: url("images/tip1_h.gif") no-repeat left top;
        }
        #content .tip1 .tip_h, #content .tip2 .tip_h, #content .tip3 .tip_h, #content .tip4 .tip_h, #content .tip5 .tip_h, #content .tip6 .tip_h, #content .tip7 .tip_h, #content .tip8 .tip_h{
            width: 227px;
            height: 23px;
            padding-top: 45px;
            text-align: center;
            cursor: pointer;
        }
        #content .tip1 .tip_c{
            background: url(images/tip1_c.gif) repeat-y;
        }
        #content .tip1 .tip_c, #content .tip2 .tip_c, 
  • 1
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值