博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
18-----BBS论坛
阅读量:5111 次
发布时间:2019-06-13

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

BBS论坛(十八)

18.首页轮播图实现

(1)front/css/front_base.css

.main-container{
width: 990px; margin: 0 auto; overflow: hidden;}.lg-container{
width: 730px; float:left;}.sm-container{
width: 250px; float:right;}

(2)front_base.html

{% block body %} {% endblock %}

(3)front_index.html

{% extends "front/front_base.html" %}{% block title %}    仙剑论坛{% endblock %}{% block head %}    
{% endblock %}{% block body %}
{% endblock %}

(4)front/css/front_index.css

.index-banner{
border-radius: 10px; overflow: hidden; height: 190px;}.index-banner img{
height: 190px;}

 

18.首页轮播图实现

转载于:https://www.cnblogs.com/edeny/p/10021057.html

你可能感兴趣的文章
浅谈项目需求变更管理
查看>>
经典算法系列一-快速排序
查看>>
工作中的优化之数字键盘优化
查看>>
设置java web工程中默认访问首页的几种方式
查看>>
shell之文本过滤(grep)
查看>>
【BZOJ-2142】礼物 拓展Lucas定理
查看>>
ASP.NET MVC 拓展ViewResult实现word文档下载
查看>>
jQuery Mobile笔记
查看>>
Stellaris Graphics Library : Image Format
查看>>
LPC18xx LPC43xx LPC4370 Bootrom USB DFU FPB - Flash Patch and Breakpoint Unit
查看>>
8、RDD持久化
查看>>
第二次团队冲刺--2
查看>>
“星期几”不同脚本写法
查看>>
基于cron、rsync和ssh免密码登录实现Linux系统间自动同步~
查看>>
vue组件之间的引用
查看>>
jQuery 插件如何写
查看>>
mybase修改内部文件免费使用
查看>>
【腾讯Bugly干货分享】聊聊苹果的Bug - iOS 10 nano_free Crash
查看>>
Linux目录规范和含义(转)
查看>>
【转载】几张图轻松理解String.intern()
查看>>