152 lines
2.4 KiB
Plaintext
152 lines
2.4 KiB
Plaintext
page {
|
|
background-color: #e9f3ff;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.uricacidBack {
|
|
background-color: #FFFFFF;
|
|
border-radius: 30rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.title {
|
|
color: #0015a2;
|
|
font-weight: 600;
|
|
margin-bottom: 20rpx;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.title text {
|
|
color: #fb524b;
|
|
display: inline-block;
|
|
width: 30rpx;
|
|
}
|
|
|
|
.item {
|
|
position: relative;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.item label {
|
|
color: #575f8c;
|
|
width: 180rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.item-text {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 0 160rpx 0 200rpx;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
}
|
|
|
|
.item-text input {
|
|
line-height: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.item-unit {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
line-height: 60rpx;
|
|
height: 60rpx;
|
|
font-size: 26rpx;
|
|
color: #9d9d9d;
|
|
width: 160rpx;
|
|
text-align: right;
|
|
}
|
|
|
|
.item-unit text {
|
|
padding-right: 10rpx;
|
|
color: green;
|
|
}
|
|
|
|
.item-unit text.active {
|
|
color: red;
|
|
}
|
|
|
|
.item-tips {
|
|
font-size: 26rpx;
|
|
color: #0015a2;
|
|
border-bottom: 2rpx solid #e9f3ff;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.item-photo {
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.item-photo label {
|
|
color: #000000;
|
|
width: 180rpx;
|
|
font-size: 30rpx;
|
|
display: block;
|
|
}
|
|
|
|
.uricacidBack-tips {
|
|
font-size: 26rpx;
|
|
color: #9d9d9d;
|
|
padding: 10rpx 0 30rpx;
|
|
}
|
|
|
|
.photoLabel {
|
|
text-align: center;
|
|
}
|
|
|
|
.issueNew-icon {
|
|
width: 45%;
|
|
padding-top: 45%;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
}
|
|
|
|
.issueNew-icon image {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.uricacid {
|
|
border-bottom: 60px solid transparent;
|
|
}
|
|
|
|
.uricacidBtn {
|
|
width: 100%;
|
|
height: 60px;
|
|
background-color: #FFFFFF;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 9;
|
|
padding: 8px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.btn {
|
|
width: 100% !important;
|
|
height: 44px;
|
|
line-height: 44px !important;
|
|
padding: 0;
|
|
margin: 0;
|
|
background-color: #1d37e2;
|
|
height: 100%;
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 32rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.btn[disabled] {
|
|
background-color: #919fff;
|
|
} |