| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .tab-wrapper {
- padding: 20rpx 30rpx;
- }
- .itemx {
- margin: 0 auto;
- width: 100%;
- background-color: #fff !important;
- height: 100rpx;
- display: flex;
- border: 1px #f4f4f4 solid;
- }
- .itemx image {
- margin-top: 63rpx;
- margin-left: 55rpx;
- width: 160rpx;
- height: 160rpx;
- }
- .itemx .code {
- width: 150rpx;
- flex-shrink: 0;
- text-align: center;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FF4C4C;
- line-height: 100rpx;
- }
- .itemx .item-tit {
- height: 100rpx;
- line-height: 100rpx;
- padding-left: 30rpx;
- width: 220rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- flex-shrink: 0;
- }
- .itemx input {
- width: 530rpx;
- padding-right: 20rpx;
- height: 100rpx;
- line-height: 100rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .scsfz-wrap {
- width: 690rpx;
- height: 673rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
- border-radius: 10rpx;
- margin: 0 auto 20rpx;
- font-size: 29rpx;
- font-family: SourceHanSansCN;
- font-weight: 400;
- color: #B2B2B2;
- text-align: center;
- padding-top: 33rpx;
- }
- .scsfz-wrap image {
- display: block;
- width: 354rpx;
- height: 240rpx;
- margin: auto;
- }
- .sq-btn {
- width: 750rpx;
- height: 98rpx;
- line-height: 98rpx;
- background: linear-gradient(0deg, rgba(60, 237, 237, 0.99), #04B8FF, #375AFE);
- text-align: center;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- }
- .sq-xz {
- height: 32rpx;
- line-height: 32rpx;
- display: flex;
- margin: 21rpx 0 75rpx 30rpx;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #0C1732;
- }
- .sq-xz .sq-gou {
- display: inline-block;
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- border: 1px solid #999;
- margin-right: 15rpx;
- }
- .sq-xz .sq-gou-g {
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- margin-right: 15rpx;
- }
|