| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- font-weight: 400;
- }
- .wordImage{
- width:366rpx;
- height:370rpx;
- margin-top: 100rpx;
- }
- .panelTop{
- width:100%;
- justify-content: flex-start;
- height:100rpx;
- }
- .title{
- margin: 50rpx 0 30rpx 30rpx;
- font-size:24rpx;
- }
- .panel{
- width:100%;
- justify-content: flex-start;
- background-color: #fff;
- margin-bottom: 1rpx;
- height:100rpx;
- }
- .Number{
- margin-left: 30rpx;
- font-size:24rpx;
- }
- .Name{
- margin-left: 30rpx;
- font-size:36rpx;
- font-family: "GB Pinyinok-C";
- font-weight: 300;
- font-style: normal;
- }
- .universalpic_select_on_black{
- width:30rpx;
- height:30rpx;
- margin-left: 30rpx;
- }
- .bottom{
- position: fixed;
- bottom:0;
- font-size:48rpx;
- color:#fff;
- background-color: #FF7245;
- text-align: center;
- line-height: 120rpx;
- width: 100%;
- }
|