123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #f8f8f8;
- }
- .list-cell {
- display: flex;
- align-items: baseline;
- padding: 20rpx 30rpx;
- line-height: 60rpx;
- position: relative;
- background: #fff;
- justify-content: center;
- }
- .list-cell.log-out-btn {
- margin-top: 40rpx;
- }
- .list-cell.log-out-btn .cell-tit {
- color: #5dbc7c;
- text-align: center;
- margin-right: 0;
- }
- .list-cell .cell-tit {
- flex: 1;
- font-size: 30rpx;
- color: #303133;
- margin-right: 10rpx;
- }
- .list-cell .cell-tip {
- font-size: 28rpx;
- color: #909399;
- }
- .list-cell switch {
- -webkit-transform: translateX(16rpx) scale(0.84);
- transform: translateX(16rpx) scale(0.84);
- }
|