绿城管理
静态资源链接
在网站的HTML文件中,我们可以看到以下代码:
.jquery-ripples { position: relative; z-index: 0; }
这里定义了一个名为.jquery-ripples
的CSS类,用于实现页面上的波纹效果。这个类的样式设置了元素的位置和层叠顺序。
还有一些JavaScript和CSS的全局变量定义:
var STATIC_URL = "https://www.lcgljt.com/bocstatic/";
var GLOBAL_URL = "https://www.lcgljt.com/";
var UPLOAD_URL = "https://www.lcgljt.com/bocupload/";
var SITE_URL = "https://www.lcgljt.com/index.php/";
这些变量主要用于存储网站的静态资源链接地址。
@charset "UTF-8";
/*! Important comments included in minified output. https://www.bocweb.cn/ 2021-03-15 ©2021 博采网络 ALL RIGHTS RESERVED. 博采网络 */
.wel-banner video{ object-fit:cover; background: #000; }
.bdshare-button-style0-16 a, .bdshare-button-style0-16 span,
这是一段CSS代码,用于设置网页上的横幅图片的样式。横幅图片通过object-fit:cover;
属性设置为全屏覆盖,背景色为黑色。同时,还包含了两个分享按钮的相关样式定义。