No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- .iconfont {
- font-size:16px;
- }
-
- .icon-you:before {
- content: ">";
- }
-
- .icon-zuo:before {
- content: "<";
- }
-
- .icon-most-left:before {
- content: "<<";
- }
-
- .icon-most-right:before {
- content: ">>";
- }
-
- .page_common_btn_style{
- font-family: '微软雅黑';
- display: inline-block;
- min-width: 28px;
- padding:0 2px;
- height: 30px;
- line-height: 30px;
- text-align: center;
- border-radius: 5px;
- background: #f4f4f5;
- color: #606266;
- margin: 0 3px;
- font-weight: 600;
- font-size:14px;
- cursor: pointer;
- -webkit-tap-highlight-color: transparent;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- }
- a.page_common_btn_style:active{
- color:var(--color);
- background:#eee;
- }
-
- .page_btn_box {
- display: inline-block;
- margin: 0 10px;
- }
- .page_common_btn_active{
- background:var(--color);
- color:#eee;
- }
|