12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- body {
- background: rgba(245, 249, 249, 1);
- color: #323232;
- }
- .w3-row:after {
- content: "";
- display: table;
- clear: both
- }
- .w3-col {
- float: left;
- width: 100%
- }
- .w3-rest {
- overflow: hidden
- }
- .mine-menu {}
- .mine-menu {
- font-size: 16px;
- color: #909090;
- }
- .mine-menu .active {
- color: #0AD8C8;
- }
- .all-center {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- margin: 0 auto;
- }
- .mainbox {
- width: 420px;
- margin: 0 auto;
- }
- .btn-theme {
- color: #fff;
- background: #0AD8C8;
- border-color: #0AD8C8;
- }
- .btn-theme:hover,
- .btn-theme:active {
- color: #fff;
- background: #0aD9ff;
- border-color: #0AD8C8;
- }
- .pl105 {
- padding-left: 105px;
- }
- .pl251 {
- padding-left: 251px;
- }
- .m8 {
- margin-top: 8px;
- }
- .btn-default {
- background: #fff;
- color: #909090;
- font-size: 16px;
- border: 1px solid #D1D7D4;
- }
- .btn-default:hover,
- .btn-default:active {
- color: #333;
- background: #F4F6FA;
- }
- .clearfix:after {
- content: none;
- }
- .list-record li {
- height: 50px;
- }
- .suggestcss {
- margin-top: 80px;
- }
|