12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .hospital-new-component .follow-up-notice{
- padding: 20rpx;
- padding-bottom: 300rpx
- }
- .hospital-new-component .follow-up-notice .title {
- color: #333;
- font-weight: 550;
- font-size: 40rpx;
- margin-bottom: 40rpx;
- }
- .hospital-new-component .follow-up-notice .sub-title {
- color: #333;
- font-size: 34rpx;
- font-weight: 550;
- margin-bottom: 16rpx;
- }
- .hospital-new-component .follow-up-notice .sub-text {
- color: #333;
- font-size: 30rpx;
- line-height: 45rpx;
- }
- .hospital-new-component .follow-up-notice .text-item {
- padding-bottom: 40rpx;
- }
- .hospital-new-component .follow-up-notice .rich-container {
- padding: 24rpx 24rpx 260rpx 24rpx;
- }
- .hospital-new-component .follow-up-notice .warm-text {
- font-size: 34rpx;
- color: #FF3141;
- line-height: 51rpx;
- padding-bottom: 40rpx;
- }
- .hospital-new-component .follow-up-notice .fixed-footer {
- width: 100%;
- position: fixed;
- bottom: 1rpx;
- left: 0;
- right: 0;
- padding: 16px 24rpx 40rpx 24rpx;
- background-color: #fff;
- }
- .hospital-new-component .follow-up-notice .button {
- height: 98rpx;
- border-radius: 4rpx;
- font-size: 36rpx;
- color: #fff;
- background-color: #1677FF;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .hospital-new-component .follow-up-notice .button:active {
- opacity: 0.8;
- }
- .hospital-new-component .follow-up-notice .agree-container {
- color: #333;
- font-size: 30rpx;
- padding-bottom: 40rpx;
- }
- .hospital-new-component .follow-up-notice .agree {
- color: #1677FF;
- }
- .hospital-new-component .follow-up-notice .sub-text .red {
- color: red;
- font-weight: 550;
- font-weight: bold;
- }
- .hospital-new-component .follow-up-notice .sub-text .green {
- color: green;
- font-weight: 550;
- font-weight: bold;
- }
- .hospital-new-component .follow-up-notice .sub-text .yellow {
- color: rgb(255,165,0);
- font-weight: 550;
- font-weight: bold;
- }
|