96 lines
1.6 KiB
Plaintext
96 lines
1.6 KiB
Plaintext
page {
|
|
background-color: #f4f4f4;
|
|
}
|
|
|
|
.take-label {
|
|
padding: 30rpx 30rpx 0;
|
|
box-sizing: border-box;
|
|
border-bottom: 160rpx solid transparent;
|
|
}
|
|
|
|
.item {
|
|
padding:25rpx 20rpx 30rpx;
|
|
box-sizing: border-box;
|
|
background-color: #FFFFFF;
|
|
border-bottom: 2rpx solid #f3f3f3;
|
|
font-size: 32rpx;
|
|
margin-bottom: 30rpx;
|
|
border-radius: 30rpx;
|
|
}
|
|
|
|
.name {
|
|
width: 100%;
|
|
display: flex;
|
|
line-height: 44rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.name image {
|
|
width: 44rpx;
|
|
height: 44rpx;
|
|
margin-right: 15rpx;
|
|
}
|
|
|
|
.time {
|
|
width: 100%;
|
|
color: #9d9d99;
|
|
}
|
|
|
|
.entry {
|
|
width: 100%;
|
|
background-color: #f4f4f4;
|
|
font-size: 30rpx;
|
|
padding: 0 30rpx;
|
|
height: 84rpx;
|
|
line-height: 84rpx;
|
|
box-sizing: border-box;
|
|
border-radius: 10rpx;
|
|
color: #9d9d99;
|
|
}
|
|
|
|
.issueNew {
|
|
text-align: center;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.issueNew-icon {
|
|
width: 200rpx;
|
|
height: 200rpx;
|
|
}
|
|
|
|
.issueNew-text {
|
|
font-size: 28rpx;
|
|
color: #9d9d9d;
|
|
}
|
|
|
|
/* 按钮 */
|
|
.userdata-btn {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
padding: 30rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 99;
|
|
right: 0;
|
|
background: white;
|
|
}
|
|
|
|
.issue-btn {
|
|
background: #1d37e2;
|
|
text-align: center;
|
|
color: white;
|
|
height: 90rpx;
|
|
line-height: 90rpx !important;
|
|
font-size: 34rpx;
|
|
font-weight: normal;
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.issue-btn[disabled] {
|
|
background: #1d37e2 !important;
|
|
color: #fff !important;
|
|
} |