index.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .helpcon {
  2. padding: 30rpx 20rpx;
  3. background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.6) 100%);
  4. box-shadow: 6rpx 10rpx 27rpx 0rpx rgba(75, 126, 160, 0.6);
  5. box-sizing: border-box;
  6. border: 5rpx solid #fff;
  7. border-radius: 10rpx;
  8. height: 96%;
  9. width: 94%;
  10. margin: 4% 3%;
  11. position: absolute;
  12. color: #fff;
  13. .h_header {
  14. text-align: center;
  15. border-bottom: 2rpx solid #fff;
  16. padding-bottom: 30rpx;
  17. position: relative;
  18. >image {
  19. height: 60rpx;
  20. }
  21. .close {
  22. top: 5rpx;
  23. right: 10rpx;
  24. height: 50rpx;
  25. position: absolute;
  26. }
  27. }
  28. .sw {
  29. width: 100%;
  30. min-height: 80%;
  31. padding: 36rpx 26rpx 0;
  32. box-sizing: border-box;
  33. .sw_item {
  34. width: 100%;
  35. height: 100%;
  36. >image {
  37. width: 100%;
  38. height: 100%;
  39. }
  40. }
  41. }
  42. .dots{
  43. text-align: center;
  44. margin: 4rpx 0 10rpx;
  45. >text{
  46. vertical-align: middle;
  47. display: inline-block;
  48. width: 15rpx;
  49. margin: 0 24rpx;
  50. height: 15rpx;
  51. background: rgba(255, 255, 255, 0.5);
  52. border-radius: 50%;
  53. }
  54. .active{
  55. background: rgba(255, 255, 255, 1);
  56. }
  57. }
  58. .h_detail {
  59. margin-top: 20rpx;
  60. width: 90%;
  61. margin: 0 auto;
  62. text-indent: 48rpx;
  63. font-size: 24rpx;
  64. line-height: 1.5;
  65. }
  66. }