| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- .primaryBg {
- background-color: #0b9ec0;
- }
- .bg {
- background-position: center center;
- background-repeat: no-repeat;
- background-size: cover;
- }
- .goodsDialog .el-dialog__body {
- padding-right: 0;
- }
- .pointTable.el-table thead th {
- background: #f2f4f5;
- padding: 10px 0;
- font-size: 12px;
- color: #666666;
- line-height: 17px;
- }
- .pointTable.el-table thead th:first-child {
- padding-left: 20px;
- }
- .pointTable.el-table thead th:not(:nth-child(3)) div {
- border-right: 1px solid #e1e4e6;
- }
- .pointTable.el-table--enable-row-transition .el-table__body td:first-child {
- padding-left: 20px;
- }
- .styleList .el-radio__inner {
- width: 18px;
- height: 18px;
- }
- .rechargeDialog .el-dialog__title {
- font-size: 14px;
- line-height: 14px;
- color: #303133;
- }
- .ringTips.el-popover {
- padding: 0;
- }
- ::-webkit-scrollbar {
- /*滚动条整体样式*/
- width: 6px;
- /*高宽分别对应横竖滚动条的尺寸*/
- height: 1px;
- }
- ::-webkit-scrollbar-thumb {
- /*滚动条里面小方块*/
- border-radius: 10px;
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- background: rgba(11, 158, 192, 0.6);
- }
- ::-webkit-scrollbar-track {
- /*滚动条里面轨道*/
- -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
- border-radius: 10px;
- background: #ededed;
- }
- .nothing {
- text-align: center;
- line-height: 50px;
- font-size: 16px;
- color: #666;
- }
- .nothing img {
- width: 120px;
- height: 96px;
- display: block;
- margin: 100px auto 10px;
- }
- .nothing p {
- font-size: 14px;
- color: #000000;
- line-height: 20px;
- }
- .my-bullet {
- width: 10px;
- height: 10px;
- background: rgba(242, 244, 245, 0.8);
- border-radius: 7px;
- display: inline-block;
- margin: 5px;
- }
- .my-bullet-active {
- background: #0b9ec0;
- }
- .min-my-bullet {
- width: 4px;
- height: 4px;
- border-radius: 2px;
- background: rgba(242, 244, 245, 0.8);
- display: inline-block;
- margin: 2px;
- }
- .min-my-bullet-active {
- background: #fff;
- }
- .mini-pagination {
- bottom: 4px!important;
- width: 100%;
- }
- /*# sourceMappingURL=./main.css.map */
|