detail.wxss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. page {
  2. background-color: #F5F5F5;
  3. }
  4. .content {
  5. width: 100%;
  6. }
  7. .online_box {
  8. width: 90%;
  9. margin: 0 auto;
  10. background: #FFFFFF;
  11. border-radius: 20rpx;
  12. margin-top: 30rpx;
  13. }
  14. .online_title {
  15. font-size: 28rpx;
  16. font-weight: bold;
  17. letter-spacing: 2rpx;
  18. width: 90%;
  19. margin: 0 auto;
  20. line-height: 80rpx;
  21. }
  22. .online {
  23. width: 90%;
  24. margin: 0 auto;
  25. padding-bottom: 34rpx;
  26. }
  27. .online_tit {
  28. font-size: 27rpx;
  29. letter-spacing: 2rpx;
  30. font-weight: bolder;
  31. line-height: 40rpx;
  32. }
  33. .online_test {
  34. color: #333333;
  35. font-size: 26rpx;
  36. letter-spacing: 2rpx;
  37. line-height: 38rpx;
  38. }
  39. .online_text {}
  40. .online_text image {
  41. width: 15rpx;
  42. height: 15rpx;
  43. }
  44. .online_text text {
  45. font-size: 21rpx;
  46. color: #333333;
  47. margin-left: 15rpx;
  48. letter-spacing: 1rpx;
  49. }
  50. .pnline_tip {
  51. color: #999999;
  52. font-size: 25rpx;
  53. line-height: 50rpx;
  54. }
  55. .btn {
  56. width: 90%;
  57. margin: 0 auto;
  58. background: #FF7F00;
  59. line-height: 90rpx;
  60. text-align: center;
  61. color: white;
  62. border-radius: 15rpx;
  63. margin-top: 20rpx;
  64. font-size: 28rpx;
  65. }
  66. .btn1{
  67. background: #ccc;
  68. }