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.
158 lines
2.2 KiB
158 lines
2.2 KiB
|
|
|
|
|
|
.pro-head{
|
|
padding: 0 68rpx;
|
|
background-color: #34026B;
|
|
padding-bottom: 36rpx;
|
|
}
|
|
.pro-body-p1{
|
|
font-size: 44rpx;
|
|
color: #fff;
|
|
text-align: center;
|
|
padding-top: 70rpx;
|
|
text-transform: capitalize;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.pro-body-p1 .s1{
|
|
padding-left: 8rpx;
|
|
vertical-align: bottom;
|
|
}
|
|
.category-sigh{
|
|
font-size: 36rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.bread{
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
position: absolute;
|
|
right: 36rpx;
|
|
}
|
|
.ab{
|
|
color: #FFFFFF;
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
margin-top: 36rpx;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.money_con{
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.mony_item{
|
|
|
|
}
|
|
.mon{
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
text-align: center;
|
|
}
|
|
.time{
|
|
color: rgba(255,255,255,.5);
|
|
font-size: 28rpx;
|
|
text-align: center;
|
|
}
|
|
.mon_btn{
|
|
width: 240rpx;
|
|
line-height: 72rpx;
|
|
text-align: center;
|
|
border-radius: 16rpx;
|
|
border: 2rpx #954DE3 solid;
|
|
color: #fff;
|
|
margin-top: 24rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.mon_btn:hover{
|
|
background-color: #954DE3;
|
|
}
|
|
.ap_body{
|
|
padding: 0 36rpx;
|
|
}
|
|
.fde{
|
|
padding: 24rpx 0;
|
|
color: #909399;
|
|
font-size: 32rpx;
|
|
}
|
|
.record_item{
|
|
height: 144rpx;
|
|
}
|
|
.numcon .img1{
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
.num{
|
|
margin-left: 20rpx;
|
|
}
|
|
.rec{
|
|
color: #303133;
|
|
font-size: 32rpx;
|
|
}
|
|
.cpay{
|
|
color: #909399;
|
|
font-size: 28rpx;
|
|
}
|
|
.time{
|
|
|
|
}
|
|
.time_mon{
|
|
color: #00B977;
|
|
font-size: 32rpx;
|
|
}
|
|
.mon2{
|
|
color: #909399;
|
|
font-size: 28rpx;
|
|
}
|
|
.content{
|
|
position: relative;
|
|
}
|
|
.title{
|
|
text-transform: capitalize;
|
|
font-size: 36rpx;
|
|
color: #303133;
|
|
text-align: center;
|
|
}
|
|
.flex{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.cancel{
|
|
width: 50%;
|
|
text-align: center;
|
|
text-transform: capitalize;
|
|
font-size: 32rpx;
|
|
line-height: 108rpx;
|
|
}
|
|
.body_item_info{
|
|
font-size: 28rpx;
|
|
color: #606266;
|
|
text-transform: capitalize;
|
|
margin-top: 28rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.body_item input{
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
border-bottom: 2rpx solid #EDEFF2;
|
|
}
|
|
.tc{
|
|
width: 600rpx;
|
|
background-color: #fff;
|
|
border-radius: 24rpx;
|
|
padding-top: 48rpx;
|
|
position: fixed;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%,-50%);
|
|
z-index: 999;
|
|
}
|
|
.tc_body{
|
|
padding: 48rpx 36rpx;
|
|
}
|