123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #FFFFFF;
- width: 100%;
- height: 100%;
- }
- page .content {
- height: 100%;
- }
- .top-image {
- width: 100%;
- height: 300rpx;
- }
- .list-box {
- padding: 25rpx 25rpx;
- }
- .list-item {
- padding-bottom: 15rpx;
- }
- .list-item .list-title {
- font-size: 34rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .list-item .list-title image {
- width: 56rpx;
- height: 44rpx;
- margin-right: 15rpx;
- }
- .list-item .list-tpl {
- margin: 25rpx 0rpx;
- padding: 25rpx 25rpx;
- background-color: #FEF6F7;
- border: 4rpx solid #C53335;
- color: #222222;
- font-size: 28rpx;
- border-radius: 25rpx;
- }
- .list-tips {
- font-size: 32rpx;
- text-indent: 60rpx;
- padding-bottom: 15rpx;
- }
- .list01 {
- font-size: 32rpx;
- text-indent: 60rpx;
- font-weight: 700;
- padding-bottom: 15rpx;
- }
- .list-info {
- font-size: 28rpx;
- line-height: 42rpx;
- text-indent: 60rpx;
- padding-bottom: 14rpx;
- }
- .phone {
- padding: 24rpx;
- font-size: 28rpx;
- line-height: 42rpx;
- text-indent: 40rpx;
- }
|