Files
sykl-hy/pages/record/index/index.wxss

113 lines
1.7 KiB
Plaintext

page {
background: #f3f4f6;
}
.case {
border-bottom: 160rpx solid transparent;
}
.issue-title {
padding: 30rpx;
font-weight: 600;
}
.issue-block {
background: white;
margin-bottom: 20rpx;
padding: 0 25rpx;
}
.issue-inputs {
position: relative;
height: 90rpx;
line-height: 90rpx;
padding-left: 170rpx;
}
.issue-input-label {
position: absolute;
left: 0;
top: 0;
width: 170rpx;
}
.issue-inputs-input {
line-height: 90rpx;
height: 90rpx;
width: 100%;
}
.uni-input-img {
width: 32rpx;
height: 32rpx;
position: absolute;
right: 0;
top: 30rpx;
}
.status {
padding: 10rpx 0 30rpx;
}
.status-title {
margin-bottom: 30rpx;
}
.status-label {
margin-right: 40rpx;
}
.status-label:last-child {
margin: 0;
}
/* 按钮 */
.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;
font-size: 30rpx;
font-weight: normal;
width: 100% !important;
margin: 0;
padding: 0;
border-radius: 10rpx;
}
.issue-btn[disabled] {
background: #1d37e2 !important;
color: #fff !important;
}
.userdata-go {
display: flex;
padding: 30rpx 20rpx;
}
.tools-item {
flex: 2;
font-size: 30rpx;
text-align: center;
margin: 0 10rpx;
background: #1d37e2;
text-align: center;
color: white;
height: 90rpx;
line-height: 90rpx;
border-radius: 10rpx;
}