addChain.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. .info_card {
  2. margin: 20rpx 0 0 0;
  3. }
  4. .info_item {
  5. display: flex;
  6. align-items: center;
  7. justify-content: space-between;
  8. font-size: 28rpx;
  9. color: #333333;
  10. background: #ffffff;
  11. line-height: 120rpx;
  12. padding: 0 26rpx;
  13. border-top: 1px solid #F8F8F8;
  14. }
  15. .info_item:first-child {
  16. border: none;
  17. }
  18. .info_label {
  19. flex: none;
  20. font-size: 30rpx;
  21. width: 300rpx;
  22. color: #333333;
  23. }
  24. .mandatory::before{
  25. content: "*";
  26. color: #f56c6c;
  27. margin-right: 4px;
  28. }
  29. .mandatoryNot::before{
  30. content: "*";
  31. color: #fff;
  32. margin-right: 4px;
  33. }
  34. .info_input {
  35. flex: auto;
  36. display: block;
  37. text-align: right;
  38. width: 100%;
  39. background: none;
  40. border: none;
  41. height: 100rpx;
  42. font-size: 30rpx;
  43. }
  44. .cu-btn {
  45. flex: none;
  46. width: auto !important;
  47. }
  48. .phone_btm {
  49. width: 610rpx;
  50. margin: 60rpx auto auto auto;
  51. }
  52. .phone_btn1 {
  53. display: block;
  54. /* line-height: 88rpx; */
  55. width: 100% !important;
  56. text-align: center;
  57. background-color: var(--color);
  58. border-radius: 10rpx;
  59. font-size: 34rpx;
  60. color: #ffffff;
  61. box-shadow: 0px 12rpx 18rpx 0px rgba(45, 89, 230, 0.27);
  62. }