21 lines
722 B
CSS
Executable File
21 lines
722 B
CSS
Executable File
/**
|
|
* 列表
|
|
*/
|
|
.user-content-body .am-panel-bd { overflow: hidden; }
|
|
|
|
/**
|
|
* 详情页面
|
|
*/
|
|
.user-content-body .verify-submit-win, .user-content-body .verify-submit-win-new { margin-top: 2rem; display: block; }
|
|
.user-content-body .reg-switch-tips { font-weight: 100; font-size: 1.2rem; color: #f87689; margin-left: 2rem; }
|
|
.user-content-body #verify-win .am-modal-bd { margin-top: 1rem; }
|
|
.user-content-body #verify-win .am-modal-bd .base { overflow: hidden; }
|
|
.user-content-body #verify-win .am-modal-bd .base .verify-tips { font-size: 1.2rem; }
|
|
.user-content-body #verify-img { vertical-align: middle; border: 0.1rem solid #ccc; }
|
|
|
|
/**
|
|
* 协议内容
|
|
*/
|
|
.user-content-body .document-content {
|
|
height: 35rem;
|
|
} |