detail.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .container {
  2. background-color: #F0F0F0;
  3. justify-content: flex-start;
  4. font-weight: 500;
  5. }
  6. .bottom{
  7. width:100%;
  8. height:160rpx;
  9. position: fixed;
  10. bottom:0;
  11. background-color: #CDB797;
  12. justify-content: flex-end;
  13. }
  14. .bottom1{
  15. width:100%;
  16. height:140rpx;
  17. background-color: #1B1B1B;
  18. text-align: center;
  19. line-height: 140rpx;
  20. font-size: 48rpx;
  21. color: #f0f0f0;
  22. }
  23. .bottom1 .btn{
  24. width:20%;
  25. height:120rpx;
  26. }
  27. .bottom1 .btnImage05004{
  28. width:36rpx;
  29. height:36rpx;
  30. }
  31. .bottom1 .btnImage05005{
  32. width:45rpx;
  33. height:44rpx;
  34. }
  35. .bottom1 .btnImage05002{
  36. width:32rpx;
  37. height:34rpx;
  38. }
  39. .bottom1 .btnImage05006{
  40. width:42rpx;
  41. height:44rpx;
  42. }
  43. .bottom1 .btnImage022{
  44. width:40rpx;
  45. height:40rpx;
  46. }
  47. .bottom1 .btnImage05001{
  48. width:33rpx;
  49. height:40rpx;
  50. }
  51. .main{
  52. width:100%;
  53. justify-content: flex-start;
  54. position: fixed;
  55. top:0;
  56. left:0;
  57. }
  58. .main .pinyin{
  59. font-size:88rpx;
  60. margin-top: 212rpx;
  61. font-family: 'GB Pinyinok-C';
  62. font-weight: normal;
  63. font-style: normal;
  64. }
  65. .main .wordImage{
  66. margin-top: 40rpx;
  67. width:366rpx;
  68. height:370rpx;
  69. }