|
- page {
- height: 100%;
- background: #f6f6f8;
- }
-
- .list {
- background: #fff;
- width: 710rpx;
- margin: 30rpx auto;
- border-radius:16rpx;
- box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.1);
- }
- .fl{
- color: #999;
- font-size: 30rpx;
- }
- .fr{
- color: #333;
- font-size: 26rpx;
- }
- .clearfix {
- height: 87rpx;
- line-height: 87rpx;
- width: 660rpx;
- margin: 0 auto;
- font-size: 30rpx;
- border-bottom: 1px solid #f6f6f8;
- }
- .txt04{
- color: #659ef6;
- }
- .txt02{
- color: #eea959;
- }
- .txt01{
- color: #ff6a6a;
- }
- .txt03{
- color: #8aaa6b;
- }
- .btn{
- width: 95%;
- margin: 30rpx auto;
- }
- .btn button{
- background: #659ef6;
- color: #fff;
- height: 86rpx;
- line-height: 86rpx;
- border:none;
- }
- .actives{
- opacity: .6;
- }
- @font-face {
- font-family: 'iconfont'; /* project id 1353693 */
- src: url('//at.alicdn.com/t/font_1353693_ur939r0g15.eot');
- src: url('//at.alicdn.com/t/font_1353693_ur939r0g15.eot?#iefix') format('embedded-opentype'),
- url('//at.alicdn.com/t/font_1353693_ur939r0g15.woff2') format('woff2'),
- url('//at.alicdn.com/t/font_1353693_ur939r0g15.woff') format('woff'),
- url('//at.alicdn.com/t/font_1353693_ur939r0g15.ttf') format('truetype'),
- url('//at.alicdn.com/t/font_1353693_ur939r0g15.svg#iconfont') format('svg');
- }
- .iconfont {
- font-family:"iconfont" !important;
- font-size:30rpx;
- font-style:normal;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
-
- .arrow-right:before { content: "\e601"}
-
- .clearfix button {
- margin-left: 20rpx;
- margin-top: 10rpx;
- }
-
-
- .table {
- border: 0px solid darkgray;
- border-top: 1rpx dashed #222;
- }
- .tr {
- display: flex;
- width: 100%;
- justify-content: center;
- height: 3rem;
- align-items: center;
- border-bottom: 1rpx dashed #222;
- }
- .td {
- width:40%;
- justify-content: center;
- text-align: center;
- font-size: 23rpx;
- }
- .td text{
- font-size: 23rpx;
- }
- .bg-w{
- background: snow;
- }
- .bg-g{
- background: #E6F3F9;
- }
- .th {
- width: 40%;
- justify-content: center;
- display: flex;
- height: 2rem;
- align-items: center;
- text-align: center;
- font-size: 26rpx;
- }
- .title{
- font-size: 30rpx;
- line-height: 3rem;
- }
-
- .btn button{
- background:#409EFF;
- color: #fff;
- width: 90%;
- margin: 0 auto;
- border: none;
- }
|