| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .simple-address.data-v-13fb148a {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .simple-address-mask.data-v-13fb148a {
- position: fixed;
- bottom: 0;
- top: 0;
- left: 0;
- right: 0;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- opacity: 0;
- z-index: 996;
- }
- .mask-ani.data-v-13fb148a {
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -webkit-transition-duration: 0.2s;
- transition-duration: 0.2s;
- }
- .simple-bottom-mask.data-v-13fb148a {
- opacity: 1;
- }
- .simple-center-mask.data-v-13fb148a {
- opacity: 1;
- }
- .simple-address--fixed.data-v-13fb148a {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transform: translateY(460rpx);
- transform: translateY(460rpx);
- z-index: 999;
- }
- .simple-address-content.data-v-13fb148a {
- background-color: #FFFFFF;
- }
- .simple-content-bottom.data-v-13fb148a {
- bottom: 0;
- left: 0;
- right: 0;
- -webkit-transform: translateY(500rpx);
- transform: translateY(500rpx);
- }
- .content-ani.data-v-13fb148a {
- -webkit-transition-property: opacity, -webkit-transform;
- transition-property: opacity, -webkit-transform;
- transition-property: transform, opacity;
- transition-property: transform, opacity, -webkit-transform;
- -webkit-transition-duration: 0.2s;
- transition-duration: 0.2s;
- }
- .simple-bottom-content.data-v-13fb148a {
- -webkit-transform: translateY(0);
- transform: translateY(0);
- }
- .simple-center-content.data-v-13fb148a {
- -webkit-transform: scale(1);
- transform: scale(1);
- opacity: 1;
- }
- .simple-address__header.data-v-13fb148a {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- border-bottom-color: #f2f2f2;
- border-bottom-style: solid;
- border-bottom-width: 1rpx;
- }
- .simple-address--fixed-top.data-v-13fb148a {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- border-top-color: #c8c7cc;
- border-top-style: solid;
- border-top-width: 1rpx;
- }
- .simple-address__header-btn-box.data-v-13fb148a {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- height: 70rpx;
- }
- .simple-address__header-text.data-v-13fb148a {
- text-align: center;
- font-size: 28rpx;
- color: #666666;
- line-height: 70rpx;
- padding-left: 40rpx;
- padding-right: 40rpx;
- }
- .confirm-text.data-v-13fb148a {
- color: #3385FF;
- }
- .simple-address__box.data-v-13fb148a {
- position: relative;
- }
- .simple-address-view.data-v-13fb148a {
- position: relative;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 408rpx;
- background-color: white;
- }
- .picker-item.data-v-13fb148a {
- text-align: center;
- line-height: 70rpx;
- text-overflow: ellipsis;
- font-size: 28rpx;
- }
|