123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .content {
- line-height: 1;
- }
- .content .top {
- width: 750rpx;
- height: 370rpx;
- background: url(/static/images/bgi2.png) no-repeat top left;
- background-size: 750rpx 370rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-left: 55rpx;
- }
- .content .top .avater {
- width: 150rpx;
- height: 150rpx;
- margin-right: 28rpx;
- }
- .content .top .avater .avater-img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .content .top .name-box .name-top {
- font-size: 42rpx;
- font-weight: 400;
- color: #FFFFFF;
- margin-bottom: 15rpx;
- }
- .content .top .name-box .name-bottom {
- margin-top: 16rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content .top .name-box .name-bottom .nameInfo {
- color: #FFFFFF;
- padding: 6rpx 16rpx;
- border: 1rpx solid #FFFFFF;
- border-radius: 12rpx;
- }
- .content .top .name-box .name-footbox .name-foot {
- text-align: center;
- font-size: 22rpx;
- font-weight: 400;
- color: #FFFFFF;
- background: rgba(255, 255, 255, 0.2);
- border: 1px solid #FFFFFF;
- border-radius: 20rpx;
- padding: 3rpx 13rpx;
- }
- .content .center-box {
- width: 687rpx;
- background: #FFE8E8;
- border-radius: 16rpx;
- margin: -90rpx auto 0;
- }
- .content .center-box .center-top {
- width: 687rpx;
- height: 80rpx;
- background: #FFFFFF;
- border-radius: 16rpx 16rpx 0 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-left: 30rpx;
- }
- .content .center-box .center-top .top-left {
- width: 126rpx;
- line-height: 32rpx;
- text-align: center;
- background: -webkit-linear-gradient(bottom, #C90F1B, #F14D33);
- background: linear-gradient(0deg, #C90F1B, #F14D33);
- font-size: 22rpx;
- font-weight: 400;
- color: #FFFFFF;
- border-radius: 20rpx;
- margin-right: 10rpx;
- }
- .content .center-box .center-top .top-right {
- font-size: 22rpx;
- font-weight: 400;
- color: #CB151D;
- }
- .content .center-box .center-foot {
- height: 155rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .content .center-box .center-foot .foot-list {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- text-align: center;
- padding-top: 20rpx;
- }
- .content .center-box .center-foot .foot-list .list-top {
- font-size: 39rpx;
- font-weight: 400;
- color: #CB141D;
- line-height: 58rpx;
- }
- .content .center-box .center-foot .foot-list .list-foot {
- font-size: 39rpx;
- font-weight: 400;
- color: #666666;
- line-height: 58rpx;
- }
- .content .tt {
- margin: 20rpx auto 0;
- width: 700rpx;
- box-shadow: 0px 0px 20rpx 0px rgba(49, 49, 52, 0.06);
- border-radius: 10rpx;
- background-color: #ffffff;
- }
- .content .tt .tt-box {
- width: 700rpx;
- height: 100rpx;
- padding: 0 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .content .tt .tt-box .tt-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .content .tt .tt-box .tt-icon1 {
- width: 40rpx;
- height: 36rpx;
- }
- .content .tt .tt-box .tt-txt {
- margin-left: 20rpx;
- font-size: 28rpx;
- font-weight: 300;
- color: #000000;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .content .tt .tt-box .next-icon {
- width: 30rpx;
- height: 38rpx;
- }
- .content .tt .border-b {
- border-bottom: 1px solid #F1F1F1;
- }
|