| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .container {
- background-color: #f0f0f0;
- justify-content: flex-start;
- font-weight: 400;
- }
- .wordImage{
- width:366rpx;
- height:370rpx;
- margin-top: 100rpx;
- }
- .panelTop0{
- width:100%;
- justify-content:space-between;
- height:100rpx;
- position: absolute;
- top:-10rpx;
- font-size: 24rpx;
- }
- .panelTop0 .left{
- margin-left: 30rpx;
- }
- .panelTop0 .right{
- margin-right: 30rpx;
- }
- .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;
- width: 100%;
- background-color: #4A4A4A;
- }
- .bottom1{
- font-size:28rpx;
- color:#fff;
- text-align: center;
- width: 20%;
- }
- .bottom2{
- font-size:48rpx;
- color:#fff;
- background-color: #FF7245;
- text-align: center;
- line-height: 120rpx;
- width: 80%;
- }
|