bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#toTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-image: url('../images/toTop.png');
    background-repeat: no-repeat;
    background-position:center center;
    background-color:rgba(255,255,255,0.8);
    border-radius:50%;
    border:1px solid #e5e5e5;
    box-shadow:0 1px 1px #f5f5f5;
    background-size:40px 40px;
}