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.
|
|
|
|
.db{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.db>view:first-child{
|
|
|
|
|
font-size:32rpx;
|
|
|
|
|
padding:20rpx
|
|
|
|
|
}
|
|
|
|
|
.dblist{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.dbitem{
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
position: relative;
|
|
|
|
|
padding:40rpx 30rpx;
|
|
|
|
|
padding-top:0;
|
|
|
|
|
margin-bottom:30rpx
|
|
|
|
|
}
|
|
|
|
|
.dbtype{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:0;
|
|
|
|
|
right:0;
|
|
|
|
|
padding:20rpx 40rpx;
|
|
|
|
|
background-color:#044ed7;
|
|
|
|
|
border-radius:0 20rpx 0 20rpx;
|
|
|
|
|
color:#fff
|
|
|
|
|
}
|
|
|
|
|
.dbstatus{
|
|
|
|
|
color:#303639;
|
|
|
|
|
}
|
|
|
|
|
.dbstatus>view:first-child{
|
|
|
|
|
font-size: 50rpx;
|
|
|
|
|
margin-bottom:20rpx
|
|
|
|
|
}
|
|
|
|
|
.dbinfo{
|
|
|
|
|
padding:30rpx 0
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view{
|
|
|
|
|
/* padding-right:60rpx; */
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view:first-child{
|
|
|
|
|
border-right: 1px solid #f0f4f7;
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view:last-child{
|
|
|
|
|
padding-left:40rpx;
|
|
|
|
|
padding-right:0
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view view{
|
|
|
|
|
padding-bottom:20rpx
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view view:last-child{
|
|
|
|
|
padding-bottom:0rpx
|
|
|
|
|
}
|
|
|
|
|
.dbinfo>view view text{
|
|
|
|
|
color:#8f9596;
|
|
|
|
|
}
|
|
|
|
|
.dbinfo view.onechild:first-child{
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
border-right: none;
|
|
|
|
|
}
|
|
|
|
|
.dblong{
|
|
|
|
|
color:#8f9596;
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
padding-top:30rpx;
|
|
|
|
|
border-top: 1px solid #f0f4f7;
|
|
|
|
|
}
|
|
|
|
|
.bm{
|
|
|
|
|
border-bottom: 1px solid #f0f4f7;
|
|
|
|
|
padding:30rpx 0
|
|
|
|
|
}
|
|
|
|
|
.dbbtns{
|
|
|
|
|
background: #fff;
|
|
|
|
|
padding: 20rpx;
|
|
|
|
|
padding-bottom: 0rpx;
|
|
|
|
|
}
|
|
|
|
|
.dbbtns text{
|
|
|
|
|
padding: 20rpx 50rpx;
|
|
|
|
|
background: #eceefe;
|
|
|
|
|
border-radius: 20rpx;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
width: 15%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
.dbbtns text.active{
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
|
|
|
font-size: 36rpx;
|
|
|
|
|
background-color: #044ed7;
|
|
|
|
|
color:#fff
|
|
|
|
|
}
|