| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- background: #fff;
- }
- .list-top {
- width: 708rpx;
- margin: auto;
- padding: 0 20rpx;
- text-align: center;
- font-size: 30rpx;
- font-weight: bold;
- color: #666666;
- background-color: #fff;
- line-height: 83rpx;
- }
- .list-top .list-left {
- flex-shrink: 0;
- width: 55%;
- }
- .list-top .list-mid {
- flex-shrink: 0;
- width: 30%;
- }
- .list-top .list-right {
- flex-shrink: 0;
- width: 15%;
- }
- .list-box {
- width: 708rpx;
- margin: auto;
- }
- .list-box .list-item {
- border-bottom: 1px solid #EAEAEA;
- }
- .list-box .list-left text {
- padding-right: 10rpx;
- }
- .list-box text {
- color: #4261E3 !important;
- }
- .list-box .list-right {
- justify-content: center;
- }
- .list-box .list-right .btn {
- width: 86rpx;
- height: 41rpx;
- border-radius: 21rpx;
- font-size: 24rpx;
- font-weight: 500;
- line-height: 41rpx;
- }
- .list-box .list-right .sc {
- border: 1px solid #D8D8D8;
- margin-right: 10rpx;
- }
- .list-box .list-right .xq {
- background: #ECEFFC;
- border: 1px solid #4261E3;
- color: #4261E3;
- }
- .jg {
- width: 750rpx;
- height: 1rpx;
- background: #EAEAEA;
- }
|