| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page,
- .content {
- min-height: 100%;
- height: auto;
- background: #f8f8f8;
- }
- .tip {
- font-size: 24rpx;
- color: #fd3939;
- padding: 10rpx 20rpx;
- }
- .banner-box {
- background: #ffffff;
- padding: 20rpx;
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- }
- .banner-box image {
- width: 100%;
- height: 100%;
- }
- .banner-box .banner {
- position: relative;
- width: 160rpx;
- height: 160rpx;
- margin-right: 10rpx;
- }
- .banner-box .banner .banner-main {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- width: 160rpx;
- height: 160rpx;
- border-radius: 20rpx;
- }
- .banner-box .banner .banner-main image {
- border-radius: 20rpx;
- }
- .banner-box .banner .cha {
- position: absolute;
- top: 0;
- right: 0;
- width: 40rpx;
- height: 40rpx;
- }
- .main {
- background: #ffffff;
- margin-top: 20rpx;
- padding: 0 20rpx 20rpx;
- }
- .box-1 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- padding-top: 20rpx;
- }
- .box-1 .box-left {
- padding-left: 2rpx;
- width: 50%;
- text-align: left;
- color: #000000;
- }
- .box-1 .box-left .imp {
- color: #e63931;
- }
- .box-1 input {
- height: 66rpx;
- line-height: 66rpx;
- }
- .box-1 .list-input {
- color: #9598a3;
- height: 66rpx;
- padding-left: 24rpx;
- font-size: 28rpx;
- display: flex;
- justify-content: flex-end;
- align-items: center;
- width: 50%;
- flex: 1;
- text-align: right;
- padding-right: 24rpx;
- }
- .box-1 .list-input .input-placeholder {
- height: 70rpx;
- color: #959595;
- }
- .box-1 .box-image {
- height: 66rpx;
- width: 66rpx;
- }
- .box-1 .box-image image {
- width: 100%;
- height: 100%;
- }
- .btn {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 560rpx;
- height: 76rpx;
- background: #000000;
- border-radius: 38rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #ffffff;
- margin: 40rpx auto 20rpx;
- }
- .btn1 {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 560rpx;
- height: 76rpx;
- background: #ffffff;
- border: 1px solid #000000;
- border-radius: 38rpx;
- font-size: 34rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #000000;
- margin: 40rpx auto 20rpx;
- }
- .bjq {
- background: #ffffff;
- padding: 20rpx;
- }
|