1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .f2-chart {
- width: 750rpx;
- }
- .btn {
- position: fixed;
- color: #fff;
- background-color: #1989fa;
- border: 1px solid #1989fa;
- padding: 0 15px;
- font-size: 14px;
- height: 32px;
- line-height: 32px;
- border-radius: 2px;
- bottom: 10rpx;
- right: 30rpx;
- z-index: 100;
- }
- .browse .van-row {
- font-size: 14px;
- color: var(--cell-text-color,#323233);
- line-height: 2.5em;
- }
- .browse .van-col--12{
- padding: 0 var(--cell-horizontal-padding,16px);
- }
- .totalStyle{
- font-size: 14px;
- border-bottom: 1rpx solid #eee;
- }
- .rowStyle{
- font-size: 16px;
- color: #121212;
- line-height: 2.5em;
- background-color: #fff;
- box-shadow: 0 0 10rpx #ddd;
- }
- .colStyle{
- width: 25%;
- float: left;
- padding: 10px;
- text-align: center;
- box-sizing: border-box;
- border-bottom: 5rpx solid #fff;
- }
- .rowStyle .active{
- border-color: #1989fa;
- color: #1989fa;
- }
- .pro{
- padding: 0 30rpx;
- margin-bottom: 20rpx;
- }
|