myInteractions.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. .tab_box {
  2. width: 100%;
  3. height: 150rpx;
  4. display: flex;
  5. }
  6. .tab1 {
  7. width: 49%;
  8. display: flex;
  9. justify-content: center;
  10. align-items: center;
  11. font-size: 25rpx;
  12. }
  13. .tab2 {
  14. width: 49%;
  15. display: flex;
  16. justify-content: center;
  17. align-items: center;
  18. font-size: 25rpx;
  19. }
  20. .twimg {
  21. width: 90rpx;
  22. height: 90rpx;
  23. margin-right: 20rpx;
  24. }
  25. .textarea_box {
  26. width: 670rpx;
  27. height: 700rpx;
  28. margin-left: 5%;
  29. margin-top: 50rpx;
  30. font-size: 28rpx;
  31. }
  32. .submit_btn {
  33. border-radius: 40rpx;
  34. font-size: 29rpx;
  35. font-weight: 600;
  36. color: #fff;
  37. background: -webkit-linear-gradient(left,#d7301d,#f99c30);
  38. box-shadow: 5px 5px 5px #eea390;
  39. margin-top: 40rpx;
  40. margin-bottom: 20rpx;
  41. text-align: center;
  42. }
  43. .file_img {
  44. width: 59rpx;
  45. height: 72rpx;
  46. }
  47. .myanswer_box {
  48. width: 670rpx;
  49. margin-left: 5%;
  50. margin-top: 50rpx;
  51. font-size: 28rpx;
  52. }
  53. .tip {
  54. display: flex;
  55. width: 670rpx;
  56. /* height: 100rpx; */
  57. margin-top: 30rpx;
  58. border-bottom: 1px solid #f2f2f2;
  59. }
  60. .tp {
  61. color: #1e3058;
  62. font-size: 28rpx;
  63. margin-left: 30rpx;
  64. width: 600rpx;
  65. }
  66. .jj {
  67. color: #04ab23;
  68. background-color: #efffc7;
  69. width: 120rpx;
  70. text-align: center;
  71. margin-top: 10rpx;
  72. }
  73. .wjj{
  74. color: #d72f1d;
  75. background-color: #ffeae9;
  76. width: 120rpx;
  77. text-align: center;
  78. margin-top: 10rpx;
  79. }
  80. .yjd{
  81. color: rgba(98,194,92);
  82. background-color: rgba(239,255,199);
  83. width: 120rpx;
  84. text-align: center;
  85. margin-top: 10rpx;
  86. }