mysuggest.wxss 601 B

1234567891011121314151617181920212223242526272829
  1. /* pages/mysuggest/mysuggest.wxss */
  2. .conent{
  3. background-color:#F9F9F9;
  4. }
  5. .mysuggest_area{
  6. display: block;
  7. padding: 30rpx 38rpx;
  8. height: 220rpx;
  9. width:674rpx;
  10. line-height: 36rpx;
  11. color: black;
  12. font-size: 24rpx;
  13. text-align: left;
  14. font-family: NotoSansHans-DemiLight;
  15. background-color: white;
  16. }
  17. .mysuggest_bt{
  18. margin:40rpx auto 0rpx;
  19. width: 620rpx;
  20. height: 68rpx;
  21. line-height: 68rpx;
  22. border-radius: 6rpx;
  23. background: linear-gradient(270deg,#FFD800,#FFE600);
  24. color: rgba(56, 55, 53, 1);
  25. font-size: 26rpx;
  26. text-align: center;
  27. font-family: NotoSansHans-DemiLight;
  28. font-weight: bold;
  29. }