You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
1.6 KiB
95 lines
1.6 KiB
.pay-div {
|
|
width: 730px;
|
|
}
|
|
|
|
.all-btn{
|
|
padding: 0 10px;
|
|
line-height: 18px !important;
|
|
text-align: center;
|
|
color: #fff !important;
|
|
font-size: 14px !important;
|
|
font-weight: bold;
|
|
background-color: #179EB3;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.item_data{
|
|
border: 2px solid #EFEFEF;
|
|
width: 500px;
|
|
border-radius: 5px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.flex{
|
|
padding: 20px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
padding-left: 100px;
|
|
padding-right: 100px;
|
|
}
|
|
.item_data .title{
|
|
background-color: #F7F7F7;
|
|
font-size: 16px;
|
|
color: #000;
|
|
padding: 0 15px;
|
|
line-height: 48px;
|
|
}
|
|
.item_data .content{
|
|
background-color: #fff;
|
|
padding: 15px;
|
|
|
|
}
|
|
.item_data .content p{
|
|
margin-bottom: 13px;
|
|
font-size: 12px;
|
|
color: #000;
|
|
}
|
|
|
|
.item_data .bottom{
|
|
display: flex;
|
|
align-items: center;
|
|
border-top: 2px solid #EFEFEF;
|
|
background-color: #F7F7F7;
|
|
padding: 0 15px;
|
|
height: 48px;
|
|
}
|
|
.item_data .bottom .btnn .img1{
|
|
width: 10px;
|
|
height: 10px;
|
|
|
|
}
|
|
.item_data .bottom .btnn{
|
|
display: block;
|
|
line-height: 28px;
|
|
border-radius: 5px;
|
|
padding: 0 10px;
|
|
text-align: center;
|
|
background-color: #1C8D36;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.payForm .layui-input-block2{
|
|
border: 2px solid #F6F6F6;
|
|
border-radius: 5px;
|
|
min-height: 55px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.layui-input-block .text1{
|
|
color: #000;
|
|
font-size: 15px;
|
|
position: absolute;
|
|
left: 20px;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
}
|
|
.layui-input-block {
|
|
min-height: 55px;
|
|
}
|
|
|
|
|
|
|
|
.layui-form-item-top{
|
|
margin-top: 15px !important;
|
|
}
|