博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
css调整图片位置布局
阅读量:7111 次
发布时间:2019-06-28

本文共 876 字,大约阅读时间需要 2 分钟。

<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!--#include file="conn.inc"-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
<style type="text/css">
#down_show.img01{background:url("static/img/down_show.png");position:absolute;left:220px;top:700px;}
#down_show.img02{background:url("static/img/down_press.png");position:absolute;left:220px;top:700px;}
</style>
<wml>
<card id='card1' title='wap下载意真贷产品' >

<div style="position:relative">

<img src="static/img/wap.png" alt="指尖贷">
</div>

<a href="http://192.168.220.176:8082/esb/yizhen" target="_self">

<img id ="down_show" src="static/img/down_show.png" alt="下载" class="img01">
</a></br>
<a href="index.html">返回首页</a></p>
 <script>
 </script>
</card>
</wml>

转载地址:http://vnlhl.baihongyu.com/

你可能感兴趣的文章
微信程序开发系列教程(二)微信订阅号+人工智能问答服务
查看>>
推荐一个高大上的网易云音乐命令行播放工具:musicbox
查看>>
聊聊storm的messageTimeout
查看>>
关于ueditor不能上传图片的问题的解决
查看>>
bootstrap4学习总结
查看>>
渣渣的蚂蚁金服面试经历(二)
查看>>
【静态页面架构】CSS之列表
查看>>
JavaScript引用类型---Object
查看>>
[LeetCode]两数相加(Add Two Numbers)
查看>>
react 学习手记
查看>>
React Virtual DOM 理解
查看>>
解析URL得到IP地址
查看>>
K8S常用命令
查看>>
opencv python 优化
查看>>
PHP排序算法之插入排序
查看>>
python_bomb----拷贝与赋值
查看>>
react踩坑之旅——字符串拼接 & this不起作用
查看>>
开发一个自己的 CSS 框架(三)
查看>>
SQLServer数据库增删改查
查看>>
spring scurity session管理
查看>>