| 1234567891011121314151617181920212223242526272829303132 |
- .con {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .message-detail {
- margin: 15rpx 50rpx;
- font-size: 30rpx;
- }
- .detail-text {
- text-indent: 2em;
- }
- .icon {
- height: 150rpx;
- width: 300rpx;
- margin-top: 200rpx;
- margin-bottom: 200rpx;
- }
- .btn-row {
- display: flex;
- justify-content: space-between;
- margin-bottom: 15rpx;
- width: 700rpx;
- }
- .sub-title {
- padding: 40rpx;
- }
|