123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205 |
- .main {
- float: left;
- width: 92%;
- margin: 30rpx 30rpx 0 30rpx;
- }
- .main .topBtn {
- float: left;
- width: 100%;
- margin: 0 0 30rpx 0;
- }
- .tabs .van-tab {
- font-size: 34rpx;
- }
- .list .van-col--8{
- text-align: center!important;
- }
- .tabs .van-tab--active .van-tab__title {
- color: #E9021D;
- }
- .color-box {
- background: rgba(242, 245, 250, 1);
- height: 68rpx;
- width: 100%;
- line-height: 68rpx;
- font-size: 26rpx;
- margin-top: 10rpx;
- }
- .list {
- margin-top: 20rpx;
- }
- .list image {
- width: 200rpx;
- height: 200rpx;
- }
- .list .title {
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- }
- .list .title-left {
- font-size: 26rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- margin-top: 19rpx;
- color: rgba(40, 40, 40, 1);
- }
- .list .title-left-red {
- color: #E9021D;
- }
- .title-name {
- margin: 20rpx 0 20rpx 0;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(136, 136, 136, 1);
- }
- .title-content {
- margin-bottom: 10rpx;
- margin-top: 20rpx;
- overflow: hidden;/*超出部分隐藏*/
- white-space: nowrap;/*不换行*/
- text-overflow:ellipsis;/*超出部分文字以...显示*/
- }
- .title-beizhu .van-cell{
- padding: 10rpx 0px 20rpx 0;
- }
- .title-beizhu .van-cell__title{
- font-size: 30rpx;
-
- }
- button:not([size='mini']) {
- margin-top: 60rpx;
- margin-left: auto;
- margin-right: auto;
- width: 100% !important;
- }
- button[type='default'] {
- background-color: #f44!important;
- color: #fff!important;
- border-radius: 50rpx;
- }
- .itemView {
- margin-bottom: 30rpx;
- line-height: 120rpx;
- display: flex;
- color: #888888;
- }
- .itemView1{
- line-height: 30rpx;
- }
- .view_textarea{
- vertical-align: text-bottom;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(217, 217, 217, 1);
- padding: 0 20rpx;
- height: 200rpx;
- width: 60%;
- }
- .title-top{
- width: 28%;
- float: left;
- }
- .title-content1{
- height: 200rpx;
- }
- .title-top1{
- width: 70%;
- word-wrap: break-word;
- word-break: break-all;
- white-space: pre-line;
- float: left;
- }
- .main .topBtn .title {
- float: left;
- width: 100%;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: bold;
- color: rgba(40, 40, 40, 1);
- margin: 60rpx 0 30rpx 0;
- }
- .main .topBtn .topCLick {
- float: left;
- width: 93%;
- height: 217rpx;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 5px 20px 0px rgba(233, 237, 244, 1);
- border-radius: 20px;
- padding: 50rpx 0 0 50rpx;
- }
- .main .topBtn .topCLick div {
- float: left;
- width: 118rpx;
- text-align: center;
- margin: 0 118rpx 0 0;
- }
- .main .topBtn .topCLick div image {
- float: left;
- width: 99rpx;
- height: 99rpx;
- margin-left: 12rpx;
- }
- .main .topBtn .topCLick div:last-child {
- margin: 0;
- }
- .main .topBtn .topCLick div button {
- padding: 0;
- width: 118rpx;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- background: transparent;
- }
- .main .functBtn {
- float: left;
- width: 100%;
- }
- .main .functBtn button {
- float: left;
- width: 100%;
- height: 108rpx;
- line-height: 108rpx;
- text-align: left;
- border-bottom: 1px solid #ccc;
- background: transparent;
- border-radius: 0;
- font-size: 30rpx;
- font-family: Source Han Sans SC;
- font-weight: 400;
- color: rgba(40, 40, 40, 1);
- padding: 0;
- }
- .main .functBtn button span {
- float: right;
- padding: 0 20rpx 0 0;
- color: #ccc;
- font-size: 50rpx;
- }
|