myQuestion.wxss 897 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* miniprogram/pages/publisherQuestion/publisherQuestion.wxss */
  2. .empty-text {
  3. margin: 20rpx 20rpx 10rpx 40rpx;
  4. font-size: 35rpx;
  5. text-align: center;
  6. }
  7. .checkbox {
  8. transform: scale(0.8);
  9. margin-left: 10rpx;
  10. }
  11. .checkbox-group {
  12. width: 750rpx;
  13. margin-top: 30rpx;
  14. display: flex;
  15. justify-content: center;
  16. }
  17. .card {
  18. position: relative;
  19. display: flex;
  20. flex-direction: column;
  21. margin: 20rpx;
  22. background-color: #ffffff;
  23. border-radius: 28rpx;
  24. box-shadow: 5rpx 5rpx 8rpx 0rpx rgba(0, 0, 0, 0.16);
  25. }
  26. .title {
  27. margin: 20rpx 20rpx 10rpx 40rpx;
  28. font-size: 35rpx;
  29. }
  30. .question {
  31. margin: 0rpx 20rpx 0rpx 40rpx;
  32. font-size: 35rpx;
  33. }
  34. .answer {
  35. margin: 0rpx 20rpx 20rpx 40rpx;
  36. font-size: 35rpx;
  37. }
  38. .save-btn {
  39. margin: 20rpx;
  40. padding: 10rpx 20rpx;
  41. border-radius: 20rpx;
  42. font-size: 35rpx;
  43. align-self: center;
  44. }