123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .bj {
- width: 750rpx;
- height: 400rpx;
- }
- page {
- background-color: #f2f2f2;
- }
- .block {
- width: 700rpx;
- background-color: #fff;
- margin-left: 25rpx;
- position: absolute;
- top: 100rpx;
- border-radius: 20rpx;
- }
- .logo {
- width: 203rpx;
- height: 203rpx;
- position: absolute;
- left: 248rpx;
- top: -70rpx;
- }
- .dl {
- font-size: 26rpx;
- text-indent: 52rpx;
- line-height: 45rpx;
- width: 640rpx;
- margin-left: 35rpx;
- }
- .name {
- color: #6b6b6b;
- font-size: 35rpx;
- text-align: center;
- font-weight: 800;
- margin-top: 140rpx;
- }
- .EnglishName {
- color: #a1a1a1;
- font-size: 25rpx;
- text-align: center;
- margin-top: 20rpx;
- }
|