init version kelfy-mini for new gitea
This commit is contained in:
418
pages/payment/payment.wxss
Normal file
418
pages/payment/payment.wxss
Normal file
@@ -0,0 +1,418 @@
|
||||
/* pages/payment/payment.wxss */
|
||||
.containers{
|
||||
width: 100%;
|
||||
height: 100vh;
|
||||
background-color: #f2f0f4;
|
||||
}
|
||||
.container{
|
||||
font-size: 24rpx;
|
||||
color:#000;
|
||||
line-height: 40rpx;
|
||||
}
|
||||
.change{
|
||||
width: 170rpx;
|
||||
height: 40rpx;
|
||||
border:2rpx solid #d78b6a;
|
||||
color:#d78b6a;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.patlabel{
|
||||
width: 170rpx;
|
||||
height: 40rpx;
|
||||
border:2rpx solid #d78b6a;
|
||||
color:#d78b6a;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.hu{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
background-color: #fcf6e6;
|
||||
font-size: 24rpx;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.tjitem-left{
|
||||
height: 80rpx;
|
||||
width: 70%;
|
||||
display: flex;
|
||||
/* justify-content: space-between; */
|
||||
align-items: center;
|
||||
margin-left: 20rpx;
|
||||
/* color:#d78b6a; */
|
||||
|
||||
/* border:2rpx solid #d78b6a; */
|
||||
}
|
||||
.tjitem-right{
|
||||
width: 250rpx;
|
||||
height: 60rpx;
|
||||
border:2rpx solid #d78b6a;
|
||||
color:#d78b6a;
|
||||
font-size: 25rpx;
|
||||
line-height: 60rpx;
|
||||
margin-right: 80rpx;
|
||||
/* align-items: center;
|
||||
justify-content: center; */
|
||||
}
|
||||
.tjitem-right1{
|
||||
margin-left: 50rpx;
|
||||
/* border:2rpx solid #7503f7; */
|
||||
}
|
||||
.around{
|
||||
height: 80rpx;
|
||||
line-height: 80rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
background-color: #fdfcff;
|
||||
z-index:999;
|
||||
margin-bottom: 6rpx;
|
||||
}
|
||||
.around>view{
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
font-size: 30rpx;
|
||||
height: 100%;
|
||||
border-bottom:6rpx solid #f2f0f4;
|
||||
}
|
||||
.active{
|
||||
border-bottom:6rpx solid #2da9fa !important;
|
||||
color:#2da9fa !important;
|
||||
}
|
||||
.list{
|
||||
height: calc(100vh - 150rpx);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
.list::-webkit-scrollbar{
|
||||
width: 0;
|
||||
}
|
||||
.item{
|
||||
height: 230rpx;
|
||||
width: 100%;
|
||||
padding:36rpx 0 20rpx 0;
|
||||
box-sizing: border-box;
|
||||
background-color: #fefcfe;
|
||||
font-size: 28rpx;
|
||||
font-weight: 600;
|
||||
margin-bottom: 24rpx;
|
||||
}
|
||||
.first{
|
||||
height: 110rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
border-bottom: 2rpx solid #f2f0f4;
|
||||
color:#333;
|
||||
padding-bottom:26rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.text{
|
||||
margin:0 40rpx;
|
||||
}
|
||||
.second{
|
||||
height:84rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding:0 30rpx;
|
||||
align-items: center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.money{
|
||||
color:#c58265;
|
||||
font-size: 30rpx !important;
|
||||
}
|
||||
.pay{
|
||||
color:#9cc3e1;
|
||||
margin-right: 16rpx;
|
||||
}
|
||||
|
||||
.van-icon, .van-icon:before {
|
||||
color:#999;
|
||||
}
|
||||
.noData{
|
||||
font-size: 32rpx;
|
||||
text-align: center;
|
||||
margin-top: 100rpx;
|
||||
color:#666;
|
||||
}
|
||||
.popWrap{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding: 10rpx;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.title1{
|
||||
height: 100rpx;
|
||||
width: 100%;
|
||||
line-height: 100rpx;
|
||||
text-align: center;
|
||||
font-size: 33rpx;
|
||||
color: #333;
|
||||
}
|
||||
.userWrap{
|
||||
height: 100%;
|
||||
width: 95%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.userWrap :last-child{
|
||||
border-bottom: 0px;
|
||||
}
|
||||
.userItem{
|
||||
height: 160rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-bottom: 1rpx solid #f8f8f8;
|
||||
}
|
||||
.msg1{
|
||||
height: 160rpx;
|
||||
width: 500rpx;
|
||||
}
|
||||
.up1{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
.name1{
|
||||
font-size: 33rpx;
|
||||
height: 80rpx;
|
||||
color: #333;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.guanxi1{
|
||||
height: 60rpx;
|
||||
width: 120rpx;
|
||||
margin-left: 20rpx;
|
||||
background: rgba(228,240,255);
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
color: rgba(0,110,255);
|
||||
font-size: 32rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.down1{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
font-size: 33rpx;
|
||||
color: rgb(158, 154, 154);
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.icon1{
|
||||
color: rgb(180, 179, 179);
|
||||
padding-right:15rpx ;
|
||||
}
|
||||
.list-label{
|
||||
font-size: small;
|
||||
color: red;
|
||||
}
|
||||
.item3{
|
||||
width: 100%;
|
||||
border-radius: 5rpx;
|
||||
margin-bottom: 20rpx;
|
||||
box-shadow:0px 0px 15rpx #e2e2e2;
|
||||
padding:0 30rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
}
|
||||
.h1{
|
||||
height: 240rpx;
|
||||
}
|
||||
.titleMsg{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
font-size: 33rpx;
|
||||
color: #333;
|
||||
border-bottom: 2rpx solid #f8f8f8;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.type{
|
||||
font-size: 30rpx;
|
||||
color: rgba(52,120,247);
|
||||
}
|
||||
.msgItem1{
|
||||
height: 150rpx;
|
||||
width: 100%;
|
||||
margin: 10rpx auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
.msgItem1-left{
|
||||
height: 100%;
|
||||
width: 75%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-around;
|
||||
}
|
||||
.jfItem{
|
||||
height:60rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.c1{
|
||||
height: 60rpx;
|
||||
width: 120rpx;
|
||||
line-height: 60rpx;
|
||||
font-size: 30rpx;
|
||||
color: #666;
|
||||
text-align-last:justify;
|
||||
text-align:justify;
|
||||
text-justify:distribute-all-lines;
|
||||
}
|
||||
.c2{
|
||||
font-size: 30rpx;
|
||||
color: #333;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.msgItem1-right{
|
||||
height: 100%;
|
||||
width: 25%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: rgba(244,99,99);
|
||||
font-size: 35rpx;
|
||||
}
|
||||
.btnWrap{
|
||||
height: 160rpx;
|
||||
width: 100%;
|
||||
padding:0 20rpx;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
}
|
||||
.gdrq{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.btn1{
|
||||
height: 60rpx;
|
||||
width: 160rpx;
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
line-height: 60rpx;
|
||||
font-size: 32rpx;
|
||||
}
|
||||
.dtrq{
|
||||
height: 80rpx;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.timeMsg{
|
||||
height: 60rpx;
|
||||
width: 450rpx;
|
||||
font-size: 30rpx;
|
||||
border-radius: 30rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: rgba(0,110,255);
|
||||
background: rgba(226,237,254);
|
||||
}
|
||||
.itemTi{
|
||||
height: 100%;
|
||||
width: 45%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.itemT{
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.btn2{
|
||||
height: 60rpx;
|
||||
width: 220rpx;
|
||||
margin-left: 50rpx;
|
||||
background: rgba(228,240,255);
|
||||
border-radius: 30rpx;
|
||||
text-align: center;
|
||||
line-height: 60rpx;
|
||||
color: rgba(0,110,255);
|
||||
font-size: 32rpx;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.icon2{
|
||||
height: 30rpx;
|
||||
width: 30rpx;
|
||||
margin-left: 10rpx;
|
||||
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAUhJREFUWEftlT1SwzAQhd9zQx+VdEDMEeiSO0AHJ3DIJBUcAiqYEJ8AOrhD0nEEHKCjVHoaL2NBZhKwLf8oCYXV2nr7zUrfitjy4pbrowFoOtB04P90QIWvAxHpb2IukBzp4OA2qbXSgdY4ugJ4sV4IuZ73/MtFjT9HoMazewFO1wFB4EH32mfL2al3oBXOJhB0nEIQ03nQ7v7OTAVQ4cuuiDcFsOcI4p2MOzo4/CgEkPykRtERPE4E2KkDQeATsXR1339Oy8nVUN29HQvjx1oA4p3o8/2nrAzrHPjR86YKBMnhQrfKAMnGanqu6lYLwNyJEnqm6VYbwHSiiJ4ZujkBKKBnpm5OAPL0tOnmDMBApOhJi25OAQxEGA1EaPQkZagD37xuZZd1DuQFfusJLL9uGwUoW6z0KHZRwJZR6whs4UW+NwBNB74ADGh0IdudMasAAAAASUVORK5CYII=);
|
||||
background-size: 100%;
|
||||
}
|
||||
.mr{
|
||||
color: rgba(0,110,255);
|
||||
background: rgba(226,237,254);
|
||||
}
|
||||
.ac{
|
||||
color: #fff;
|
||||
background: rgba(0,110,255);
|
||||
}
|
||||
.dateWrap{
|
||||
height: 80rpx;
|
||||
width: 80%;
|
||||
margin: 50rpx auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
.dateItem{
|
||||
height: 100%;
|
||||
width: 40%;
|
||||
font-size: 30rpx;
|
||||
color: rgba(0,110,255);
|
||||
background: rgba(230,241,255);
|
||||
border-radius: 15rpx;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.dateActive{
|
||||
height: 100%;
|
||||
width: 40%;
|
||||
font-size: 30rpx;
|
||||
color: #fff;
|
||||
background: rgba(0,110,255);
|
||||
border-radius: 15rpx;
|
||||
text-align: center;
|
||||
line-height: 80rpx;
|
||||
}
|
||||
.zw{
|
||||
height: 250rpx;
|
||||
width: 100%;
|
||||
border-radius: 5rpx;
|
||||
margin: 40rpx auto;
|
||||
box-shadow:0px 0px 15rpx #e2e2e2;
|
||||
padding:0 30rpx;
|
||||
box-sizing: border-box;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 33rpx;
|
||||
color: #666;
|
||||
}
|
||||
.lists{
|
||||
margin-top: 20rpx;
|
||||
height:calc(100vh - 300rpx);
|
||||
overflow-y: scroll;
|
||||
}
|
||||
Reference in New Issue
Block a user