12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .about {
- padding-top: 286rpx;
- text-align: center;
- }
- .logo {
- width: 182rpx;
- height: 182rpx;
- vertical-align: middle;
- }
- .about-title {
- color: #1FE4DC;
- font-size: 40rpx;
- line-height: 56rpx;
- font-weight: bold;
- margin-top: 40rpx;
- }
- .about-sub-title {
- font-size: 24rpx;
- line-height: 40rpx;
- margin-top: 2rpx;
- }
- .about-bottom {
- position: absolute;
- bottom: 112rpx;
- text-align: left;
- font-size: 26rpx;
- padding: 0 44rpx 0 48rpx;
- }
- .about-desc {
- line-height: 40rpx;
- margin-bottom: 18rpx;
- }
- .about-sub-desc {
- color: #A3A4A5;
- line-height: 40rpx;
- border-bottom: 2rpx #e5e5e5 solid;
- padding-bottom: 46rpx;
- }
- .version {
- margin-top: 22rpx;
- text-align: center;
- color: #A3A4A5;
- }
|