created.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #body{
  2. padding: 0 5%;
  3. }
  4. .title{
  5. width: 100%;
  6. height: 200rpx;
  7. background-color: #F2F2F2;
  8. font-size: 40rpx;
  9. font-weight: 700;
  10. padding: 0 20rpx;
  11. position: relative;
  12. box-sizing: border-box
  13. }
  14. .txt{
  15. display: inline-block;
  16. position: absolute;
  17. margin-top: -40rpx;
  18. }
  19. .btn{
  20. float:right;
  21. background-color: #36A9CE;
  22. border-radius: 50rpx;
  23. font-size: 22rpx;
  24. font-weight: 400;
  25. color: white;
  26. line-height: 20rpx;
  27. margin-top: 130rpx;
  28. }
  29. .center{
  30. margin-top: 50rpx;
  31. box-sizing: border-box;
  32. background-color: rgba(215, 215, 215, 1);
  33. width: 100%;
  34. height: 1000rpx;
  35. }
  36. .center-title{
  37. display: inline-block;
  38. font-size: 32rpx;
  39. font-weight: 700;
  40. padding: 30rpx 30rpx ;
  41. }
  42. .center-text{
  43. box-sizing: border-box;
  44. padding: 20rpx;
  45. overflow: hidden;
  46. background-color: #AAAAAA;
  47. border-radius: 20rpx;
  48. margin-bottom: 40rpx;
  49. }
  50. .img,.text1,.text2{
  51. float: left;
  52. color: white;
  53. }
  54. .text1{
  55. padding-left: 15rpx;
  56. padding-bottom: 10rpx;
  57. font-weight: 700;
  58. }
  59. .text2{
  60. padding-left: 15rpx;
  61. font-weight: 500;
  62. }