myInteractions.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. margin-bottom: 100rpx;
  53. }
  54. .tip {
  55. display: flex;
  56. width: 670rpx;
  57. /* height: 100rpx; */
  58. margin-top: 30rpx;
  59. border-bottom: 1px solid #f2f2f2;
  60. }
  61. .tp {
  62. color: #1e3058;
  63. font-size: 28rpx;
  64. margin-left: 30rpx;
  65. width: 600rpx;
  66. }
  67. .jj {
  68. color: #04ab23;
  69. background-color: #efffc7;
  70. width: 120rpx;
  71. text-align: center;
  72. margin-top: 10rpx;
  73. }
  74. .wjj{
  75. color: #d72f1d;
  76. background-color: #ffeae9;
  77. width: 120rpx;
  78. text-align: center;
  79. margin-top: 10rpx;
  80. }
  81. .yjd{
  82. color: rgba(98,194,92);
  83. background-color: rgba(239,255,199);
  84. width: 120rpx;
  85. text-align: center;
  86. margin-top: 10rpx;
  87. }