123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- page {
- background: #f4f4f4;
- min-height: 100%;
- display: flex;
- }
- .container {
- background: #f4f4f4;
- min-height: 100%;
- padding-top: 30rpx;
- width: 100%;
- }
- .fb-type {
- height: 104rpx;
- width: 100%;
- background: #fff;
- margin-bottom: 20rpx;
- display: flex;
- flex-direction: row;
- align-items: center;
- padding-left: 30rpx;
- padding-right: 30rpx;
- }
- .fb-type .type-label {
- height: 36rpx;
- flex: 1;
- color: #333;
- font-size: 28rpx;
- }
- .fb-type .type-icon {
- height: 36rpx;
- width: 36rpx;
- }
- .fb-body {
- width: 100%;
- background: #fff;
- height: 450rpx;
- padding: 18rpx 30rpx 64rpx 30rpx;
- }
- .fb-body .content {
- width: 100%;
- height: 400rpx;
- color: #333;
- line-height: 40rpx;
- font-size: 28rpx;
- }
-
- .fb-body .text-count {
- line-height: 30rpx;
- float: right;
- color: #666;
- font-size: 24rpx;
- }
- .fb-mobile {
- height: 162rpx;
- width: 100%;
- }
- .fb-mobile .label {
- height: 58rpx;
- width: 100%;
- padding-top: 14rpx;
- padding-bottom: 11rpx;
- color: #7f7f7f;
- font-size: 24rpx;
- padding-left: 30rpx;
- padding-right: 30rpx;
- line-height: 33rpx;
- }
- .fb-mobile .mobile-box {
- height: 104rpx;
- width: 100%;
- color: #333;
- padding-left: 30rpx;
- padding-right: 30rpx;
- font-size: 24rpx;
- background: #fff;
- }
- .fb-mobile .mobile {
- top: 27rpx;
- left: 30rpx;
- height: 50rpx;
- width: 100%;
- color: #333;
- line-height: 50rpx;
- font-size: 24rpx;
- padding-top:25rpx
- }
- .fb-mobile .clear-icon {
- position: absolute;
- top: 27rpx;
- right: 30rpx;
- width: 48rpx;
- height: 48rpx;
- z-index: 2;
- }
- .fb-btn {
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 90%;
- height: 90rpx;
- line-height: 98rpx;
- position: absolute;
- bottom: 25rpx;
- left: 0;
- border-radius: 0;
- padding: 0;
- margin: 0;
- margin-left: 5%;
- text-align: center;
- /* padding-left: -5rpx; */
- font-size: 26rpx;
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- /* color: #f4f4f4;
- background-image: linear-gradient(to right, #242a48 0%, #242a48 100%); */
- color:#fff;
- background:#09afff;
- }
- .b {
- height: 53rpx;
- line-height: 53rpx;
- margin-left: 31.25rpx;
- padding-right: 31.25rpx;
- border-top: 1px solid #f4f4f4;
- font-size: 30rpx;
- background-color: #f4f4f4;
- }
- .b2 {
- height: 50rpx;
- line-height: 50rpx;
- margin-left: 31.25rpx;
- margin-bottom: 15rpx;
- padding-right: 31.25rpx;
- border-top: 1px solid #f4f4f4;
- font-size: 30rpx;
- background-color: #f4f4f4;
- }
- .b .l {
- float: left;
- }
- .b .r {
- float: right;
- color: red;
- }
- .tips{
- color: red;
- margin-top:40rpx;
- margin-left:30rpx;
- }
- .cell-wrapper{
- margin:40rpx 0;
- }
- .cell-wrapper .van-cell__title{
- color:#7f7f7f;
- }
- view.van-ellipsis{
- color:#666;
- }
|