joinMedia.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .table {
  12. width: 750rpx;
  13. background: #FFFFFF;
  14. }
  15. .table-title {
  16. display: flex;
  17. align-items: center;
  18. }
  19. .table-title .gg {
  20. margin-left: 30rpx;
  21. width: 3rpx;
  22. height: 30rpx;
  23. background: #FF6061;
  24. border-radius: 2px;
  25. }
  26. .table-title .title {
  27. margin-left: 15rpx;
  28. font-size: 30rpx;
  29. font-weight: bold;
  30. color: #333333;
  31. line-height: 80rpx;
  32. }
  33. .content {
  34. border-top: 2rpx solid #F3F3F3;
  35. display: flex;
  36. align-items: center;
  37. line-height: 80rpx;
  38. }
  39. .content .left {
  40. width: 120rpx;
  41. margin: 0 30rpx;
  42. font-size: 28rpx;
  43. font-weight: bold;
  44. color: #333333;
  45. }
  46. .content input {
  47. margin: 0;
  48. }
  49. .content .input {
  50. margin: 0;
  51. }
  52. .button {
  53. margin: 100rpx auto;
  54. width: 650rpx;
  55. height: 80rpx;
  56. background: #FE5341;
  57. border-radius: 38rpx;
  58. font-size: 30rpx;
  59. font-weight: 500;
  60. color: #FFFFFF;
  61. line-height: 80rpx;
  62. text-align: center;
  63. }
  64. .hui {
  65. color: #999999 !important;
  66. }