12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- .hospital-payment-loading {
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- .hospital-report .flex {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .hospital-report .key-color {
- color: #9c9c9c;
- }
- .hospital-report .cord {
- padding: 0 24rpx;
- margin-bottom: 24rpx;
- border-radius: 15rpx;
- background-color: #fff;
- }
- .hospital-report .status {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 96rpx;
- }
- .hospital-report .status view:nth-child(1) {
- font-weight: bold;
- }
- .hospital-report .status view:nth-child(2) {
- color: #9c9c9c;
- }
- .hospital-report .type {
- height: 40rpx;
- line-height: 40rpx;
- color: #333;
- font-size: 36rpx;
- font-weight: bolder;
- text-align: center;
- }
- .hospital-report .record {
- display: flex;
- align-items: center;
- justify-content: space-between;
- height: 65rpx;
- }
- .hospital-report .record view:nth-child(1) {
- color: #9c9c9c;
- }
- .hospital-report .record view:nth-child(2) {
- color: #000;
- }
- .hospital-report .detail-desc {
- padding: 12rpx 0 24rpx 0;
- }
- .hospital-report .detail-desc .am-title-text {
- font-weight: normal;
- }
- .hospital-report .inlineBlock {
- display: inline-block;
- vertical-align: middle;
- width: auto !important;
- height: auto !important;
- }
|