| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- min-height: 100%;
- height: auto;
- background: #ffffff;
- }
- .main-item::after {
- border: none;
- }
- .main-item {
- color: #333;
- background-color: transparent;
- height: auto;
- padding: 38rpx 0;
- margin: 0 32rpx;
- justify-content: start;
- border-bottom: 1px solid #f5f5f5;
- }
- .main-item .main-item-icon {
- width: 88rpx;
- height: 88rpx;
- border-radius: 50%;
- }
- .main-item .main-item-icon image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .main-item .main-item-font {
- margin-left: 26rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #333333;
- }
|