12345678910111213141516171819202122232425262728293031 |
- /* 展示区域title image */
- .display-title_image {
- width: 32rpx;
- height: 32rpx;
- margin: 0 6rpx;
- }
- .two-code {
- width: 510rpx;
- height: 510rpx;
- margin: 54rpx auto 20rpx;
- }
- .two-code>image {
- width: 100%;
- height: 100%;
- }
- .two-code-text {
- font-size: 28rpx;
- color: #000000;
- text-align: center;
- padding-bottom: 60rpx;
- }
- .two-code-text>text {
- font-weight: 600;
- color: #4DC2D4;
- margin-left: 16rpx;
- text-decoration: underline;
- }
|