recordOne.acss 469 B

123456789101112131415161718192021222324252627282930
  1. /* mina */
  2. .main{
  3. background: #fff;
  4. }
  5. .itme-li{
  6. background-color:rgb(255, 255, 255);
  7. padding:0.28rem;
  8. position:relative
  9. }
  10. .defBtn{
  11. width: 90%;
  12. margin: 0 auto;
  13. border-radius: 10rpx;
  14. margin-bottom: 100rpx;
  15. height: 90rpx;
  16. text-align: center;
  17. line-height: 90rpx;
  18. }
  19. textarea{
  20. padding-left: 10rpx;
  21. padding-right: 0;
  22. height: 200rpx;
  23. position: relative;
  24. }
  25. textarea::before{
  26. position: absolute;
  27. content: "*";
  28. color: #F56C6C;
  29. left: -16rpx;
  30. }