temple.css 3.8 KB
body, html{
    margin: 0;
    padding: 0;
}
.head {
    width: 100%;
    background-color: #fff;
    padding: 0.38rem 1.36rem 0.4rem 1.36rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.16rem;
}
.center {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.area, .line-column{
    color: #000000;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.31rem;
}
.line-column {
    margin-bottom: 0.5rem;
}
.term, .term-of-validity{
    color: #53555C;
    font-size: 0.28rem;
    margin-bottom: 0.3rem;
}
.term-of-validity {
    margin-bottom: 0.5rem;
}
.price {
    color:#17181A;
    font-size: 0.28rem;
    font-weight: bold;
}
.section {
    width: 100%;
    background: #fff;
}
.section .title {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #292525;
    padding: 0 0.37rem;
    font-weight: bold;
    border-bottom: 1px solid #EBEBEB;
}
.avatar-box, .name-box {
    width: 100%;
    height: 1.08rem;
    padding: 0.13rem 0.32rem 0.11rem 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.border-box {
    height: 1.08rem;
    border-bottom: 1px solid #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.avatar-img {
    width: 0.84rem;
    height: 0.84rem;
    border-radius: 50%;
}
.edit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 0.26rem;
}
.arrow {
    margin-left: 0.16rem;
    width: 0.16rem;
    height: 0.28rem;
}
.name {
    font-size: 0.3rem;
    color: #000000;
    font-weight: bold;
}
.name-input {
    border: none;
    outline: none;
    width: 0.6rem;
    height: 1.08rem;
    font-size: 0.26rem;
}
.bless-box {
    width: 100%;
    padding: 0.35rem 0.32rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.bless-box .bless-title {
    width: 16%;
    color: #000000;
    font-size: 0.3rem;
    font-weight: bold;
    margin-right: 0.5rem;
}
.bless-box .bless-input {
    color: #666666;
    font-size: 0.26rem;
    border: none;
    outline: none;
    flex: 1;
}
.footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 0 0.32rem 0.24rem 0.32rem;
}
.seat-num {
    width: 3.23rem;
    height: 0.72rem;
    line-height: 0.72rem;
    border: 1px solid #DD3E34;
    border-radius: 0.36rem;
    color:  #DD3E34;
    background-color: #fff;
    font-size: 0.28rem;
    margin-right: 0.36rem;
}
.reset {
    width: 3.23rem;
    height: 0.72rem;
    line-height: 0.72rem;
    background-color: #DD3E34;
    color: #ffffff;
    border-radius: 0.36rem;
    font-size: 0.3rem;
    box-shadow: 0 0.15rem 0.25rem 0 #F8CDCA;
    background: -webkit-linear-gradient(left, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, RGBA(233, 91, 81, 1), RGBA(221, 60, 49, 1)); /* 标准的语法 */
}
.list_input{
    width: 1.5rem;
    text-align: right;
    position: relative;
}
.list_input input{
    border: none;
    outline: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}