123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .container {
- line-height: 1;
- }
- .container .list {
- width: 710rpx;
- background: #FFFFFF;
- box-shadow: 0px 5rpx 5rpx 0px rgba(35, 24, 21, 0.06);
- border-radius: 10rpx;
- margin: 20rpx auto 0;
- padding: 30rpx;
- }
- .container .list .list-top {
- font-size: 28rpx;
- font-weight: 500;
- color: #333333;
- line-height: 36px;
- }
- .container .list .list-phone {
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- margin-top: 20rpx;
- }
- .container .list .list-time {
- font-size: 24rpx;
- font-weight: 500;
- color: #666666;
- margin-top: 20rpx;
- }
- .container .list .list-type {
- font-size: 28rpx;
- font-weight: 500;
- color: #C9101B;
- margin-top: 20rpx;
- }
- .container .list .list-box {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- padding: 0 40rpx;
- margin-top: 20rpx;
- }
- .container .list .list-box .box-item {
- width: 210rpx;
- height: 65rpx;
- background: #C9101B;
- border-radius: 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .container .list .list-box .box-item .call {
- width: 28rpx;
- height: 40rpx;
- margin-right: 10rpx;
- }
- .container .list .list-box .box-item1 {
- width: 210rpx;
- height: 65rpx;
- background: #FF4F4F;
- border-radius: 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- font-size: 28rpx;
- font-weight: 500;
- color: #FFFFFF;
- }
- .container .list .list-box .box-item1 .veo {
- width: 40rpx;
- height: 40rpx;
- margin-right: 10rpx;
- }
|