1 Star 0 Fork 0

guava/youcarephp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
aboutus.php 2.29 KB
一键复制 编辑 原始数据 按行查看 历史
guava 提交于 2016-04-06 18:54 +08:00 . 1
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>首页</title>
<?php include 'top.php';?>
<?php
require 'rb.php';
R::setup( 'mysql:host=120.76.84.119;dbname=youzhibao',
'root', 'Youcare9998' ); //for both mysql or mariaDB
R::setAutoResolve( TRUE ); //Recommended as of version 4.2
$post = R::load( 'aboutus', 1 );
?>
<!-- 常见问题-->
<div class="row" >
<div style="padding: 0 15px;">
<div style="width: 33.3333333%;float: left;position: relative;">
<img src="image/abr11.png" width="100%">
<div id="ewn_ps11">
<?php echo $post->p1;?>
</div>
</div>
<div style="width: 33.3333333%;float: left;position: relative;">
<img src="image/abr12.png" width="100%">
<div class="ewn_ps">
<?php echo $post->p2;?>
</div>
</div>
<div style="width: 33.3333333%;float: left;position: relative;">
<img src="image/abr13.png" width="100%" >
<div class="ewn_ps">
<?php echo $post->p3;?>
</div>
</div>
</div>
</div>
<div class="row">
<div style="padding: 0 15px;">
<div style="width: 33.3333333%;float: left;;position: relative;">
<img src="image/abr21.png" width="100%">
<div class="ewn_ps">
<?php echo $post->p4;?>
</div>
</div>
<div style="width: 33.3333333%;float: left;;position: relative;">
<img src="image/abr22.png" width="100%">
<div class="ewn_ps">
<?php echo $post->p5;?>
</div>
</div>
<div style="width: 33.3333333%;float: left;;position: relative;">
<img src="image/abr23.png" width="100%" >
<div class="ewn_ps">
<?php echo $post->p6;?>
</div>
</div>
</div>
</div>
<?php include 'footer.php';?>
<script>
$("#r2c7").attr("src","image/r2c72.png");
</script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/guava/youcarephp.git
git@gitee.com:guava/youcarephp.git
guava
youcarephp
youcarephp
master

搜索帮助