I have a problem when creating a div above the circle as shown below!
I have set up like this
CSS:
.count-select {
box-shadow: 0 -5px 10px -5px rgba(0,0,0,.8);
border-top: 2px solid #E75532;
height: auto;
width: 100%;
background: #fff;
position: fixed;
bottom: 0;
padding: 12px;
border-radius: 50%/100px 100px 0 0;
}
As a result, it is not like the design, expect people to help.
Thank you!
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…