| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- min-height: 100%;
- background-color: #ffffff;
- }
- page .container {
- width: 100%;
- }
- .list-cell {
- padding: 40rpx 40rpx;
- }
- .list-cell .cell-title {
- padding: 29rpx 38rpx;
- font-size: 30rpx;
- font-weight: bold;
- color: #333333;
- }
- .list-cell .cell-title .cellTpl image {
- width: 40rpx;
- height: 40rpx;
- margin-right: 15rpx;
- }
- .list-cell .cell-title .status {
- color: #E51C23;
- }
- .list-cell .cell-tip {
- padding: 0rpx 38rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #0EC1A1;
- }
- .list-cell .cell-tpl {
- padding: 40rpx 31rpx;
- font-size: 24rpx;
- font-weight: bold;
- color: #333333;
- line-height: 40rpx;
- }
- .list-cell .cell-info {
- margin-bottom: 25rpx;
- }
- .list-cell .cell-info .tip {
- font-size: 30rpx;
- font-weight: bold;
- color: #5771DF;
- }
- .list-cell .cell-info .zhiya-btn {
- background-color: #5771DF;
- padding: 12rpx 22rpx;
- font-size: 24rpx;
- border-radius: 50rpx;
- color: #FFFFFF;
- }
- .list-cell .list-tip {
- word-wrap: break-word;
- background-color: #BAC1EF !important;
- font-size: 24rpx;
- font-weight: 500;
- color: #333333;
- padding: 36rpx 32rpx;
- margin-top: 15rpx;
- border-bottom-left-radius: 15rpx;
- border-bottom-right-radius: 15rpx;
- }
- .empty-box {
- margin-top: 100rpx;
- width: 100%;
- height: 500rpx;
- }
|