/* pages/myNewsDetail/myNewsDetail.wxss */ .firstpage{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; margin: 20px auto; width: 90%; height: 400px; } .title_firstpage{ width: 100%; text-align: center; font-size: 16px; height:40px; font-weight: 600; } .content_firstpage{ width: 100%; box-sizing: border-box; text-align: left; } /* .btn_firstpage{ position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; display: flex; align-items: center; } .btn_firstpage>view{ flex: 1; height: 30px; line-height: 30px; text-align: center; } */ .con_checkJoinCircle{ position: fixed; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 300px; height: 400px; } .btn{ width: 100%; background: #fff; text-align: center; margin-top: 40px; } /* .btn>view{ flex: 1; height: 30px; text-align: center; line-height: 30px; border-radius: 8px; overflow: hidden; } */ .agreen{ background: #00C56B; }