Coder Social home page Coder Social logo

三星手机不能正常显示 about larea HOT 2 OPEN

haoxl3 avatar haoxl3 commented on June 16, 2024
三星手机不能正常显示

from larea.

Comments (2)

taylor-swift-1989 avatar taylor-swift-1989 commented on June 16, 2024

.gearArea {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 12px;
background-color: rgba(0, 0, 0, 0.2);
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9900;
overflow: hidden;
animation-fill-mode: both
}

.area_ctrl {
vertical-align: middle;
background-color: #d5d8df;
color: #000;
margin: 0;
height: auto;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
z-index: 9901;
overflow: hidden;
transform: translate3d(0, 0, 0)
}

.slideInUp {
animation: slideInUp .3s;
}
@Keyframes slideInUp {
from {
transform: translate3d(0, 100%, 0)
}
to {
transform: translate3d(0, 0%, 0)
}
}
.slideOutDown {
animation: slideOutDown .3s !important;
vertical-align: middle;
background-color: #d5d8df;
color: #000;
margin: 0;
height: auto;
width: 100%;
position: absolute;
left: 0;
bottom: -12.6rem;
z-index: 9901;
overflow: hidden;
transform: translate3d(0, 0, 0)

}

@Keyframes slideOutDown {
from {
transform: translate3d(0, -100%, 0)
}
to {
transform: translate3d(0, 0, 0)
}
}

.area_roll {
display: -webkit-box;
display: box;
display: -webkit-flex;
display: flex;
width: 100%;
height: auto;
overflow: hidden;
background-color: transparent;
}

.area_roll>div {
font-size: 1.6em;
height: 10em;
width:100%;
background-color: transparent;
position: relative;
overflow: hidden;
-webkit-box-flex: 1;
box-flex: 1;
-webkit-flex: 1;
flex: 1
}

.area_roll>div .gear {
width: 100%;
float: left;
position: absolute;
z-index: 9902;
margin-top: 4em
}

.area_roll_mask {
/-webkit-mask-box-image: -webkit-linear-gradient(bottom, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
-webkit-mask-box-image: linear-gradient(to top, transparent, transparent 5%, white 20%, white 80%, transparent 95%, transparent);
/
background: -webkit-gradient(linear, center top, center bottom, from(rgba(255,255,255,.8)), color-stop(0.25, rgba(255,255,255,.3)), color-stop(0.75, rgba(255,255,255,0)), to(rgba(255,255,255,.8)));
/background: -webkit-linear-gradient(top, rgba(255,255,255,.3) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,.3));
background: linear-gradient(top, rgba(255,255,255,.3) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,.3));
/

padding: 0

}

.area_grid {
position: relative;
top: 4em;
width: 100%;
height: 2em;
margin: 0;
box-sizing: border-box;
z-index: 0;
border-top: 1px solid #abaeb5;
border-bottom: 1px solid #abaeb5
}

.area_roll>div:nth-child(3) .area_grid>div {
left: 42%
}

.area_btn {
color: #0575f2;
font-size: 1.6em;
line-height: 1em;
text-align: center;
padding: .8em 1em
}

.area_btn_box:before,
.area_btn_box:after {
content: '';
position: absolute;
height: 1px;
width: 100%;
display: block;
background-color: #96979b;
z-index: 15;
-webkit-transform: scaleY(0.33);
transform: scaleY(0.33);

}

.area_btn_box {
display: -webkit-box;
display: -moz-box;
display: box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
box-pack: justify;
-webkit-justify-content: space-between;
-moz-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
-moz-align-items: center;
align-items: center;
background-color: #f1f2f4;
position: relative
}

.area_btn_box:before {
left: 0;
top: 0;
transform-origin: 50% 0%
}

.area_btn_box:after {
left: 0;
bottom: 0;
transform-origin: 50% 100%
}

.tooth {
height: 2em;
line-height: 2em;
text-align: center;
width:100%;
overflow: hidden
}

from larea.

yowhat avatar yowhat commented on June 16, 2024

@suface 这段样式可以解决楼主的那个问题吗?

from larea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.