test.wxss 853 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .container {
  2. background-color: #f0f0f0;
  3. justify-content: flex-start;
  4. font-weight: 400;
  5. }
  6. .wordImage{
  7. width:366rpx;
  8. height:370rpx;
  9. margin-top: 100rpx;
  10. }
  11. .panelTop{
  12. width:100%;
  13. justify-content: flex-start;
  14. height:100rpx;
  15. }
  16. .title{
  17. margin: 50rpx 0 30rpx 30rpx;
  18. font-size:24rpx;
  19. }
  20. .panel{
  21. width:100%;
  22. justify-content: flex-start;
  23. background-color: #fff;
  24. margin-bottom: 1rpx;
  25. height:100rpx;
  26. }
  27. .Number{
  28. margin-left: 30rpx;
  29. font-size:24rpx;
  30. }
  31. .Name{
  32. margin-left: 30rpx;
  33. font-size:36rpx;
  34. font-family: "GB Pinyinok-C";
  35. font-weight: 300;
  36. font-style: normal;
  37. }
  38. .universalpic_select_on_black{
  39. width:30rpx;
  40. height:30rpx;
  41. margin-left: 30rpx;
  42. }
  43. .bottom{
  44. position: fixed;
  45. bottom:0;
  46. font-size:48rpx;
  47. color:#fff;
  48. background-color: #FF7245;
  49. text-align: center;
  50. line-height: 120rpx;
  51. width: 100%;
  52. }