styles.less 1.1 KB
Newer Older
徐立's avatar
徐立 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
.map{
    width: 100%;
    height: 100px;
}
.EditAddress{
    width: 100%;
    height: 100%;
}
.top{
    position: absolute;
    left:20px;
    top:65px;
    height: 36px;
    width: 90%;
    z-index: 88;
    background-color: #b1afa9ec;
    border:0px solid #eee;
    color: #fff;
    padding:12px;
    border-radius: 4px;
}
.div{
    width: 100%;
    min-height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #b1afa9;
    padding:12px;
    z-index: 88;
    >p{
        width: 100%;
        margin:5px 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        i{
            display: inline-block;
            font-size: 14px;
            color:#fc0505;
            height: 100%;
            width: 20%;
        }
        span{
            font-size: 14px;
            display: inline-block;
            margin-left: 5px;
            color:#fff;
            width: 78%;
        }
    }
    .btn{
        position: absolute;
        right: 20px;
        bottom: 10px;
        width: 72px;
        height: 28px;
    }
}