copypastgroup.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* pages/copypastgroup/copypastgroup.wxss */
  2. page {
  3. background-color: #F7F7F7;
  4. padding-bottom: 158rpx;
  5. }
  6. .suo{
  7. width: 100%;
  8. margin-bottom: 30rpx;
  9. }
  10. .top-tabs {
  11. width: 100%;
  12. height: 80rpx;
  13. display: flex;
  14. flex-direction: row;
  15. justify-content: center;
  16. }
  17. .top-tabs .tab {
  18. display: flex;
  19. flex-direction: row;
  20. width: 85%;
  21. height: 80rpx;
  22. display: flex;
  23. justify-content: space-around;
  24. }
  25. .top-tabs .tab .one {
  26. width: 30%;
  27. height: 70rpx;
  28. color: #FF874E;
  29. font-size: 32rpx;
  30. display: flex;
  31. flex-direction: column;
  32. align-items: center;
  33. justify-content: space-around;
  34. }
  35. .tinfo{
  36. width: 100%;
  37. display: flex;
  38. flex-direction: column;
  39. align-items: center;
  40. margin-top: 10rpx;
  41. }
  42. .forlate {
  43. width: 100%;
  44. padding-left: 30rpx;
  45. }
  46. .jieshao-foot {
  47. width: 100%;
  48. bottom: 0;
  49. height: 158rpx;
  50. background-color: white;
  51. position: fixed;
  52. box-shadow: 0px -2px 28px -12px #00000030;
  53. display: flex;
  54. justify-content: center;
  55. }
  56. .jieshao-foot>button {
  57. width: 622rpx;
  58. height: 74rpx;
  59. background-color: #FF874E;
  60. color: white;
  61. border-radius: 37rpx;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. margin-top: 22rpx;
  66. font-size: 28rpx;
  67. font-weight: 600;
  68. }
  69. .sousuo{
  70. width: 710rpx;
  71. height: 82rpx;
  72. background-color: white;
  73. border-radius: 50rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-around;
  77. margin: 0 auto;
  78. }
  79. .sousuo .ssinput{
  80. height: 100%;
  81. width: 84%;
  82. }