<style>
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .course {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    width: 90%;
  }
  .name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .teacher, .time, .location {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .btn {
    margin-top: 10px;
  }
  button {
    background-color: #007aff;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
</style>
微信小程序选课页面样式 - 手机适配

原文地址: https://www.cveoy.top/t/topic/jqir 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录