index.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /* 信息盒子 */
  2. .msgBox {
  3. width: 702rpx;
  4. background: #FFFFFF;
  5. border-radius: 20rpx;
  6. margin: 0 auto;
  7. padding: 10rpx;
  8. padding-bottom: 20rpx;
  9. box-sizing: border-box;
  10. margin-bottom: 30rpx;
  11. margin-top: 20rpx;
  12. }
  13. .msgBox-title-and-but {
  14. height: 68rpx;
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. padding: 0 10rpx;
  19. border-bottom: 2rpx solid rgba(151, 151, 151, .1);
  20. box-sizing: border-box;
  21. }
  22. /* 标题 */
  23. .msgBox-title {
  24. height: 40rpx;
  25. line-height: 40rpx;
  26. font-size: 28rpx;
  27. font-weight: 550;
  28. color: rgba(0, 0, 0, 0.85);
  29. }
  30. .msgBox-title>text {
  31. font-size: 26rpx;
  32. }
  33. .dataReturn {
  34. font-size: 20rpx;
  35. color: #4CBECF;
  36. }
  37. /* 一键开播按钮 */
  38. .custom-class-msgBox-but {
  39. width: 116rpx !important;
  40. height: 44rpx !important;
  41. background: #4DC2D4 !important;
  42. border-radius: 22rpx !important;
  43. font-size: 20rpx !important;
  44. font-weight: 500;
  45. color: #FFFFFF !important;
  46. padding-left: 0 !important;
  47. padding-right: 0 !important;
  48. }
  49. /* 去申请 */
  50. .go-to-apply-for {
  51. display: flex;
  52. justify-content: center;
  53. align-items: center;
  54. width: 330rpx;
  55. height: 74rpx;
  56. border-radius: 10rpx;
  57. border: 2rpx solid rgba(0, 0, 0, 0.85);
  58. box-sizing: border-box;
  59. margin: 56rpx auto 50rpx;
  60. font-size: 24rpx;
  61. color: rgba(0, 0, 0, 0.85);
  62. }