C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 line
1.2 KiB

  1. .b1 {
  2. position: fixed;
  3. top: 0px;
  4. bottom: 0px;
  5. left: 0px;
  6. right: 0px;
  7. background: rgba(0, 0, 0, 0.8);
  8. overflow: hidden;
  9. z-index: 100;
  10. }
  11. .con {
  12. position: absolute;
  13. top: 35rpx;
  14. right: 0;
  15. bottom: 0;
  16. left: 0;
  17. margin: auto;
  18. width: 587rpx;
  19. }
  20. .con .image{
  21. display: block;
  22. width: 100%;
  23. }
  24. .img {
  25. margin-top: -50rpx;
  26. }
  27. .question {
  28. display: block;
  29. width: 587rpx;
  30. background: #fff;
  31. border-bottom-left-radius: 22rpx;
  32. border-bottom-right-radius: 22rpx;
  33. overflow: hidden;
  34. }
  35. .ques {
  36. display: block;
  37. width: 511rpx;
  38. margin: 0 auto;
  39. height: 95rpx;
  40. line-height: 95rpx;
  41. font-size: 30rpx;
  42. color: #333;
  43. border-bottom: 1rpx solid #eee;
  44. }
  45. .title {
  46. width: 511rpx;
  47. display: block;
  48. text-align: center;
  49. height: 50rpx;
  50. margin: 0 auto;
  51. padding-top:10rpx;
  52. padding-bottom:20rpx;
  53. font-size: 32rpx;
  54. font-weight: bold;
  55. line-height: 41rpx;
  56. border-bottom: 1rpx solid #eee;
  57. }
  58. .quessss >view:last-child{
  59. border-bottom:0;
  60. }
  61. .close{
  62. position: relative;
  63. z-index: 10000;
  64. display: block;
  65. width: 70rpx;
  66. }
  67. .ques_gou{
  68. position: absolute;
  69. width: 20rpx;
  70. top: 160rpx;
  71. left: 23rpx;
  72. }
  73. .btns{
  74. color: #f8755b;
  75. font-weight: bold;
  76. font-size: 30rpx!important;
  77. text-align: center!important;
  78. }