1 Star 0 Fork 0

wangnbx/Figurebed

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
style.css 12.33 KB
一键复制 编辑 原始数据 按行查看 历史
naibin 提交于 2020-05-14 13:48 . create Figurebed
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
/*------------------------------------------/
/-----------------Header--------------------/
/------------------------------------------*/
*
{
padding: 0px;
margin: 0px;
}
.banner
{
/*background-color: #341F48;*/
background: -moz-linear-gradient(left, #341F48 50%, #2b193c 50%);
background: -webkit-linear-gradient(left, #341F48 50%, #2b193c 50%);
background: -o-linear-gradient(left, #341F48 50%, #2b193c 50%);
background: linear-gradient(left, #341F48 50%, #2b193c 50%);
}
.banner-text
{
display: table-cell;
vertical-align: middle;
}
.arrow
{
text-align: center;
font-size: 60px;
color: rgba(224, 224, 224, 0.75);
display: inline-block;
margin: 30px -2px 0px 0px;
}
.arrow:hover, .arrow:focus
{
text-align: center;
font-size: 60px;
color: rgba(224, 224, 224, 0.95);
display: inline-block;
margin: 30px -2px 0px 0px;
}
#heads:before, #heads:after {
background: rgba(224, 224, 224, 0.75);
content: '';
left: 50%;
position: absolute;
width: 1px;
z-index: 0;
}
#heads::before {
height: calc(100%);
opacity: 0.15;
top: 0px;
}
.line:before
{
background: rgba(224, 224, 224, 0.75);
content: '';
position: absolute;
width:100%;
z-index: 0;
padding-left:0px !important;
}
.line::before
{
height: 1px;
opacity: 0.15;
top: 32px;
left: 0px;
}
#menu:before
{
background: rgba(224, 224, 224, 0.75);
content: '';
position: absolute;
width: 100%;
z-index: 0;
}
#menu::before {
height: 1px;
opacity: 0.15;
bottom: 100px;
}
.tablebox
{
display: table;
width: 100%;
}
.hostyle
{
font-family: 'Pacifico', cursive;
/*color: #c6027f; */
color: #33A29D;
font-size: 60px;
}
.pstyle
{
font-family: 'Raleway', sans-serif;
color: #fff;
font-weight: 400;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 2px;
padding: 0px !important;
}
.banner-text h2
{
color: #fff;
font-size: 40px;
font-family: 'Raleway', sans-serif;
font-weight: 700;
}
.spanstyle
{
color: #dd068f;
font-family: 'Raleway', sans-serif;
font-weight: 400;
}
.spanstyle2
{
color: #000;
}
.typed-cursor{
opacity: 1;
-webkit-animation: blink 0.7s infinite;
-moz-animation: blink 0.7s infinite;
animation: blink 0.7s infinite;
}
@keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes blink{
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
.menubar
{
margin-bottom: 0px !important;
background-color: #3EC9C3;
border: none !important;
border-radius: 0px !important;
z-index: 2;
}
.logo
{
padding: 24px 15px !important;
display: inline-block;
height: auto !important;
font-family: 'Pacifico', cursive;
color: #fff !important;
font-size: 34px !important;
}
.navstyle li a
{
padding: 24px 15px !important;
color: #fff;
font-family: "Source Sans Pro",sans-serif;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
.navstyle li a:hover, .navstyle li a:focus, .navstyle li a.active
{
background-color: #33a29d !important;
color: #fff;
}
.navbar-right {
float: right !important;
margin-right: 0px !important;
}
/*------------------------------------------/
/-----------------Banner--------------------/
/------------------------------------------*/
/*------------------------------------------/
/-----------------Features------------------/
/------------------------------------------*/
.features
{
padding: 100px 0px 100px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.feature-icons
{
width: 12%;
float: left;
}
.featurebox
{
margin-top: 60px;
}
.feature-icons img
{
width: 100%;
}
.fh-desc
{
width: 80%;
float: right;
}
.fh-desc h3
{
margin: 0px !important;
font-family: 'Raleway', sans-serif;
font-size: 22px;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
color: #242424;
}
.fh-desc p {
color: #888;
font-family: "Source Sans Pro",sans-serif;
font-size: 16px;
margin-top: 5px;
width: 90%;
}
/*------------------------------------------/
/-----------------Gallery-------------------/
/------------------------------------------*/
.gallery
{
padding: 100px 0px;
}
.all-td
{
font-family: 'Raleway', sans-serif;
font-size: 22px;
font-weight: 300;
color: #242424;
text-transform: uppercase;
margin: 0px;
letter-spacing: 2px;
}
.alldesc h2
{
color: #CB5750;
font-family: "Source Sans Pro",sans-serif;
font-size: 40px;
margin-top: 0px !important;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
}
.desc
{
font-family: "Source Sans Pro",sans-serif;
font-size: 17px;
font-weight: 400;
color: #888;
}
.sorting
{
background-color: rgba(0, 0, 0, 0.06);
margin-top: 60px;
color: #3ec9c3;
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 15px;
margin-left: 15px;
}
.sorting .active
{
background-color: #3EC9C3;
color: #fff;
}
.filimg
{
padding: 10px 15px;
cursor:pointer;
}
.galleryimg
{
margin-top: 30px;
}
.mix
{
padding: 0px;
}
#galleryimg .mix{
display: none;
}
.grid {
position: relative;
margin: 20px auto 0px;
max-width: 1000px;
list-style: none;
text-align: center;
}
.grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure img {
position: relative;
display: block;
min-height: 100%;
max-width: 100%;
opacity: 0.8;
}
.grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.grid figure figcaption > a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}
.grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.grid figure h2 span {
font-weight: 800;
}
.grid figure h2,
.grid figure p {
margin: 0;
}
.grid figure p {
letter-spacing: 1px;
font-size: 68.5%;
}
figure.effect-Beauty{
background-color: #17819c;
}
figure.effect-Beauty img {
opacity: 0.7;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: scale(1.15);
transform: scale(1.15);
width: 100%;
}
figure.effect-Beauty:hover img {
opacity: 0.5;
-webkit-transform: scale(1);
transform: scale(1);
}
figure.effect-Beauty h2 {
margin-top: 20%;
-webkit-transition: -webkit-transform 0.35s;
transition: transform 0.35s;
-webkit-transform: translate3d(0,20px,0);
transform: translate3d(0,20px,0);
}
figure.effect-Beauty p {
margin: 1em 0 0;
padding: 15px;
border: 1px solid #fff;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(0,20px,0) scale(1.1);
transform: translate3d(0,20px,0) scale(1.1);
}
figure.effect-Beauty:hover h2 {
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
figure.effect-Beauty:hover p {
opacity: 1;
-webkit-transform: translate3d(0,0,0) scale(1);
transform: translate3d(0,0,0) scale(1);
}
/*------------------------------------------/
/-----------------Note----------------------/
/------------------------------------------*/
.notes
{
background-color: #45AACB;
padding: 100px 0px;
}
.notes p
{
color: #fff;
font-family: "Source Sans Pro",sans-serif;
font-weight: 400;
font-size: 18px;
margin: 0px;
}
.notes button
{
display: inline-block;
border: medium none;
background-color: #3EC9C3;
padding: 12px 38px;
color: #fff;
border-radius: 4px;
font-size: 20px;
}
/*------------------------------------------/
/-----------------About---------------------/
/------------------------------------------*/
.about
{
padding: 100px 0px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
.progresscount
{
margin-top: 60px;
}
.progress-style
{
background-color: rgba(0,0,0, 0.06) !important;
box-shadow: none !important;
border-radius: 10px !important;
}
.progress-bar
{
background-color: #45AACB !important;
}
.counter-item h5
{
margin: 0px !important;
font-family: 'Raleway', sans-serif;
}
.timer
{
color: #45aacb;
font-family: "Source Sans Pro",sans-serif;
font-size: 50px;
font-weight: 600;
}
.block
{
padding-left: 0px !important;
}
.progresstitle h5
{
margin: 0px 0px 10px !important;
font-family: 'Raleway', sans-serif;
}
/*------------------------------------------/
/-----------------Team----------------------/
/------------------------------------------*/
/*------------------------------------------/
/-----------------Testimonial---------------/
/------------------------------------------*/
.testimonials
{
padding: 100px 0px;
}
.quotes
{
margin-top: 60px;
font-family: "Source Sans Pro",sans-serif;
color: #888;
}
.quotes blockquote
{
margin-bottom: 0px !important;
}
.name
{
text-align: right;
font-style:italic;
font-weight: 400;
font-size: 15px;
color: #242424;
}
/*------------------------------------------/
/-----------------Subscribe------------------/
/------------------------------------------*/
.subscribe-social
{
background-color: #CB5750;
padding: 20px 0px 5px;
}
.form-group
{
margin-bottom: 0px !important;
}
.form-control, .form-control:focus
{
color: #fff !important;
border: 1px solid #fff !important;
background-color: #CB5750 !important;
box-shadow: none !important;
}
.social
{
list-style: none;
display: inline-block;
}
.social li
{
display: inline-block;
margin: 0px 5px;
}
.social li a
{
color: #fff;
font-size: 35px;
line-height: 0px !important;
}
.address
{
padding: 60px 0px;
background-color: rgba(0,0,0,0.1)
}
.info p
{
font-family: "Source Sans Pro",sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
color: #888;
}
.btn-or
{
background-color: #fff !important;
border: 1px solid #fff !important;
color: #CB5750 !important;
}
.form-control::-webkit-input-placeholder { color: white !important; }
.form-control:-moz-placeholder { color: white !important; }
.form-control::-moz-placeholder { color: white !important; }
.form-control:-ms-input-placeholder { color: white !important; }
/*------------------------------------------/
/-----------------Footer--------------------/
/------------------------------------------*/
.foot
{
padding: 50px 0px 30px;
}
.foot-logo
{
font-family: 'Pacifico', cursive;
color: #3EC9C3;
font-size: 30px;
text-align: center;
}
.foot-text
{
color: #888;
font-family: "Source Sans Pro",sans-serif;
font-size: 12px;
font-weight: 600;
padding: 20px 0px;
text-transform: uppercase;
}
.foot-text a
{
color: #3EC9C3;
}
@media (min-width: 200px) and (max-width: 767px) {
.navstyle{
width: 100% !important;
}
.navstyle li a {
padding: 10px 15px !important;
text-align: center;
display: block;
}
.notes button
{
margin-top: 20px;
}
.centertext
{
text-align: center;
}
.btn-or
{
margin-top: 20px;
display: inline-block;
}
.social {
margin-top: 10px;
}
.menu-button {
padding: 8px 10px !important;
margin-top: 9px !important;
font-size: 30px !important;
color: #fff;
}
figure.effect-Beauty h2 {
margin-top: 15%;
font-size: 16px;
}
figure.effect-Beauty p {
padding: 6px;
display: none;
}
.features, .about, .notes, .testimonials, .address, .gallery{
padding: 40px 0px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
.social {
margin-top: 10px;
}
.notes button {
padding: 14px 19px;
font-size: 13px;
}
}
@media (min-width: 100px) and (max-width: 350px) {
.sorting {
font-size: 10px;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangnbx/Figurebed.git
git@gitee.com:wangnbx/Figurebed.git
wangnbx
Figurebed
Figurebed
master

搜索帮助