test.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. .panelTop0{
  12. width:100%;
  13. justify-content:space-between;
  14. height:100rpx;
  15. position: absolute;
  16. top:-10rpx;
  17. font-size: 24rpx;
  18. }
  19. .panelTop0 .left{
  20. margin-left: 30rpx;
  21. }
  22. .panelTop0 .right{
  23. margin-right: 30rpx;
  24. }
  25. .panelTop{
  26. width:100%;
  27. justify-content: flex-start;
  28. height:100rpx;
  29. }
  30. .title{
  31. margin: 50rpx 0 30rpx 30rpx;
  32. font-size:24rpx;
  33. }
  34. .panel{
  35. width:100%;
  36. justify-content: flex-start;
  37. background-color: #fff;
  38. margin-bottom: 1rpx;
  39. height:100rpx;
  40. }
  41. .Number{
  42. margin-left: 30rpx;
  43. font-size:24rpx;
  44. }
  45. .Name{
  46. margin-left: 30rpx;
  47. font-size:36rpx;
  48. font-family: "GB Pinyinok-C";
  49. font-weight: 300;
  50. font-style: normal;
  51. }
  52. .universalpic_select_on_black{
  53. width:30rpx;
  54. height:30rpx;
  55. margin-left: 30rpx;
  56. }
  57. .bottom{
  58. position: fixed;
  59. bottom:0;
  60. width: 100%;
  61. background-color: #4A4A4A;
  62. }
  63. .bottom1{
  64. font-size:28rpx;
  65. color:#fff;
  66. text-align: center;
  67. width: 20%;
  68. }
  69. .bottom2{
  70. font-size:48rpx;
  71. color:#fff;
  72. background-color: #FF7245;
  73. text-align: center;
  74. line-height: 120rpx;
  75. width: 80%;
  76. }